26 lines
475 B
Makefile
26 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/07/12 21:42:54 jasper Exp $
|
|
|
|
COMMENT = add-on for creating *nix daemons
|
|
|
|
NPM_VERSION = 0.5.1
|
|
NPM_NAME = daemon
|
|
CATEGORIES = sysutils devel
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://github.com/indexzero/daemon.node/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm ext
|
|
|
|
# Needs a new devel/node-vows
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|