39247360ed
no objection from jeremy@
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.2 2012/04/04 05:48:15 ajacoutot Exp $
|
|
|
|
COMMENT = generic resource pool for nodejs
|
|
|
|
NPM_VERSION = 1.0.9
|
|
NPM_NAME = generic-pool
|
|
CATEGORIES = devel
|
|
|
|
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 = www/node
|
|
|
|
CONFIGURE_STYLE = npm
|
|
|
|
.include <bsd.port.mk>
|