24 lines
426 B
Makefile
Raw Normal View History

2012-09-23 17:31:55 +00:00
# $OpenBSD: Makefile,v 1.4 2012/09/23 17:31:55 jasper Exp $
COMMENT = build tool for making native Node.js modules
2012-09-23 17:31:55 +00:00
NPM_VERSION = 0.0.4
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 = lang/node
CONFIGURE_STYLE = npm
NO_REGRESS = Yes
.include <bsd.port.mk>