openbsd-ports/sysutils/node-syslog/Makefile
2012-12-05 00:54:54 +00:00

31 lines
568 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/12/05 00:54:54 abieber Exp $
COMMENT = module to support sending messages to syslog
NPM_VERSION = 1.1.6
NPM_NAME = node-syslog
CATEGORIES = sysutils
REVISION = 0
HOMEPAGE = http://github.com/schamane/node-syslog
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/node
CONFIGURE_STYLE = npm ext
NO_REGRESS = Yes
pre-configure:
${SUBST_CMD} ${WRKDIST}/binding.gyp
.include <bsd.port.mk>