25 lines
481 B
Makefile
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>
|