openbsd-ports/security/node-bcrypt/Makefile

28 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/07/12 21:42:54 jasper Exp $
COMMENT = bcrypt hashing library for Node.js
NPM_VERSION = 0.6.0
NPM_NAME = bcrypt
REVISION = 0
CATEGORIES = security
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
HOMEPAGE = https://github.com/ncb000gt/node.bcrypt.js
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/node
CONFIGURE_STYLE = npm ext
# needs nodeunit
NO_REGRESS = Yes
.include <bsd.port.mk>