21 lines
342 B
Makefile
21 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 10:50:12 espie Exp $
|
|
|
|
COMMENT = build tool for making native Node.js modules
|
|
|
|
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
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|