openbsd-ports/sysutils/node-syslog/Makefile

28 lines
483 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:41:31 espie Exp $
COMMENT = module to support sending messages to syslog
2012-10-12 11:34:00 -04:00
NPM_VERSION = 1.1.6
NPM_NAME = node-syslog
CATEGORIES = sysutils
2012-12-04 19:54:54 -05:00
REVISION = 0
HOMEPAGE = http://github.com/schamane/node-syslog
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/node
CONFIGURE_STYLE = npm ext
2013-03-11 07:35:43 -04:00
NO_TEST = Yes
2012-12-04 19:54:54 -05:00
pre-configure:
${SUBST_CMD} ${WRKDIST}/binding.gyp
.include <bsd.port.mk>