openbsd-ports/devel/node-mnm/Makefile

21 lines
342 B
Makefile
Raw Normal View History

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