0c9db2e825
Build process changed from waf to gyp, but no patches required.
27 lines
492 B
Makefile
27 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.7 2012/06/28 17:33:05 jeremy Exp $
|
|
|
|
COMMENT = bcrypt hashing library for nodejs
|
|
|
|
NPM_VERSION = 0.6.0
|
|
NPM_NAME = bcrypt
|
|
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>
|