openbsd-ports/sysutils/node-syslog/Makefile
jasper 8a652f90b6 import node-syslog 1.1.2
node-syslog is a Node.JS module to work with the system log (syslog)
daemon on UNIX system.

ok sthen@
2012-05-09 15:26:10 +00:00

26 lines
503 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/05/09 15:26:10 jasper Exp $
COMMENT = module to support sending messages to syslog
NPM_VERSION = 1.1.2
NPM_NAME = node-syslog
CATEGORIES = sysutils
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 = www/node
CONFIGURE_STYLE = npm ext
NO_REGRESS = Yes
.include <bsd.port.mk>