25 lines
439 B
Makefile
25 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/05/23 15:13:20 jasper Exp $
|
|
|
|
COMMENT = build tool for making native node.js modules
|
|
|
|
NPM_VERSION = 0.0.3
|
|
NPM_NAME = mnm
|
|
REVISION = 0
|
|
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 = lang/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|