2012-07-12 17:42:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2012/07/12 21:42:54 jasper Exp $
|
2012-04-03 14:47:26 -04:00
|
|
|
|
2012-07-12 17:42:53 -04:00
|
|
|
COMMENT = generic resource pool for Node.js
|
2012-04-03 14:47:26 -04:00
|
|
|
|
2012-04-04 01:48:15 -04:00
|
|
|
NPM_VERSION = 1.0.9
|
2012-04-03 14:47:26 -04:00
|
|
|
NPM_NAME = generic-pool
|
|
|
|
CATEGORIES = devel
|
|
|
|
|
2012-07-12 17:42:53 -04:00
|
|
|
REVISION = 3
|
2012-05-08 13:11:02 -04:00
|
|
|
|
2012-04-03 14:47:26 -04:00
|
|
|
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
|
|
|
|
|
2012-05-23 11:13:20 -04:00
|
|
|
MODULES = lang/node
|
2012-04-03 14:47:26 -04:00
|
|
|
|
2012-05-10 09:17:48 -04:00
|
|
|
CONFIGURE_STYLE = npm expresso
|
2012-05-10 04:41:39 -04:00
|
|
|
|
2012-04-03 14:47:26 -04:00
|
|
|
.include <bsd.port.mk>
|