dd7073a40f
Make Node Module is a build tool for making native node.js modules. ok sthen@
24 lines
429 B
Makefile
24 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/09 15:24:04 jasper Exp $
|
|
|
|
COMMENT = build tool for making native node.js modules
|
|
|
|
NPM_VERSION = 0.0.3
|
|
NPM_NAME = mnm
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/nearinfinity/node-mnm
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = www/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|