2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:12 espie Exp $
|
2012-05-09 11:24:04 -04:00
|
|
|
|
2012-07-12 17:42:53 -04:00
|
|
|
COMMENT = build tool for making native Node.js modules
|
2012-05-09 11:24:04 -04:00
|
|
|
|
2012-09-23 13:31:55 -04:00
|
|
|
NPM_VERSION = 0.0.4
|
2012-05-09 11:24:04 -04:00
|
|
|
NPM_NAME = mnm
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
HOMEPAGE = https://github.com/nearinfinity/node-mnm
|
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2012-05-23 11:13:20 -04:00
|
|
|
MODULES = lang/node
|
2012-05-09 11:24:04 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
|
2013-03-11 06:50:00 -04:00
|
|
|
NO_TEST = Yes
|
2012-05-09 11:24:04 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|