22 lines
393 B
Makefile
22 lines
393 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:41:31 espie Exp $
|
|
|
|
COMMENT = run a Node.js process, restarting on file changes or crashes
|
|
|
|
NPM_VERSION = 2.0.0
|
|
NPM_NAME = always
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/edwardhotchkiss/always
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
# will need devel/node-vows
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|