26 lines
477 B
Makefile
26 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/07/12 21:42:54 jasper Exp $
|
|
|
|
COMMENT = generic resource pool for Node.js
|
|
|
|
NPM_VERSION = 1.0.9
|
|
NPM_NAME = generic-pool
|
|
CATEGORIES = devel
|
|
|
|
REVISION = 3
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
HOMEPAGE = https://github.com/coopernurse/node-pool
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm expresso
|
|
|
|
.include <bsd.port.mk>
|