27 lines
513 B
Makefile
27 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/07/12 21:42:54 jasper Exp $
|
|
|
|
COMMENT = module to support sending messages to syslog
|
|
|
|
NPM_VERSION = 1.1.3
|
|
NPM_NAME = node-syslog
|
|
REVISION = 0
|
|
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 = lang/node
|
|
|
|
CONFIGURE_STYLE = npm ext
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|