2012-10-12 11:34:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2012/10/12 15:34:00 jasper Exp $
|
2012-05-09 11:26:10 -04:00
|
|
|
|
|
|
|
COMMENT = module to support sending messages to syslog
|
|
|
|
|
2012-10-12 11:34:00 -04:00
|
|
|
NPM_VERSION = 1.1.6
|
2012-05-09 11:26:10 -04:00
|
|
|
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
|
|
|
|
|
2012-05-23 11:13:20 -04:00
|
|
|
MODULES = lang/node
|
2012-05-09 11:26:10 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = npm ext
|
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|