openbsd-ports/databases/node-sqlite3/Makefile
jasper ce1ac7a874 - update to 2.1.4
from aaron bieber (MAINTAINER)
2012-06-26 21:41:50 +00:00

31 lines
559 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/06/26 21:41:50 jasper Exp $
COMMENT = sqlite3 bindings for nodejs
NPM_VERSION = 2.1.4
NPM_NAME = sqlite3
CATEGORIES = databases
MAINTAINER = Aaron Bieber <deftly@gmail.com>
HOMEPAGE = https://github.com/developmentseed/node-sqlite3
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/node
CONFIGURE_STYLE = npm ext
WANTLIB = sqlite3
BUILD_DEPENDS = ${RUN_DEPENDS}
# needs expresso and further love
NO_REGRESS = Yes
.include <bsd.port.mk>