2013-08-13 21:18:09 +00:00

28 lines
488 B
Makefile

# $OpenBSD: Makefile,v 1.10 2013/08/13 21:20:50 abieber Exp $
COMMENT = module to support sending messages to syslog
NPM_VERSION = 1.1.7
NPM_NAME = node-syslog
CATEGORIES = sysutils
REVISION = 2
HOMEPAGE = https://github.com/schamane/node-syslog
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/node
CONFIGURE_STYLE = npm ext
NO_TEST = Yes
pre-configure:
${SUBST_CMD} ${WRKDIST}/binding.gyp
.include <bsd.port.mk>