openbsd-ports/security/node-bcrypt/Makefile
jasper b7292ed89a - set NO_REGRESS where applicable and add a comment as to why it's set
- run the tests of node-pg during 'regress' not 'build'

with and ok sthen@
2012-05-10 08:41:39 +00:00

29 lines
505 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/05/10 08:41:39 jasper Exp $
COMMENT = bcrypt hashing library for nodejs
NPM_VERSION = 0.5.0
NPM_NAME = bcrypt
CATEGORIES = security
REVISION = 1
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 = www/node
CONFIGURE_STYLE = npm ext
# needs nodeunit
NO_REGRESS = Yes
.include <bsd.port.mk>