19 lines
336 B
Makefile
19 lines
336 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/11/25 23:24:14 abieber Exp $
|
|
|
|
COMMENT = generic resource pool for Node.js
|
|
|
|
NPM_VERSION = 2.0.3
|
|
NPM_NAME = generic-pool
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/coopernurse/node-pool
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/node
|
|
|
|
CONFIGURE_STYLE = npm expresso
|
|
|
|
.include <bsd.port.mk>
|