23 lines
391 B
Makefile
23 lines
391 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:41:31 espie Exp $
|
|
|
|
COMMENT = add-on for creating *nix daemons
|
|
|
|
NPM_VERSION = 0.5.1
|
|
NPM_NAME = daemon
|
|
CATEGORIES = sysutils devel
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = https://github.com/indexzero/daemon.node/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm ext
|
|
|
|
# Needs a new devel/node-vows
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|