openbsd-ports/sysutils/node-always/Makefile
jasper d79baff454 import node-always 1.1.1
Tool to run a Node.js process, restarting on file changes and crashes.

ok sthen@
2012-07-12 21:44:34 +00:00

25 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/07/12 21:44:34 jasper Exp $
COMMENT = run a Node.js process, restarting on file changes or crashes
NPM_VERSION = 1.1.1
NPM_NAME = always
CATEGORIES = sysutils
HOMEPAGE = https://github.com/edwardhotchkiss/always
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/node
CONFIGURE_STYLE = npm
# will need devel/node-vows
NO_REGRESS = Yes
.include <bsd.port.mk>