openbsd-ports/security/node-bcrypt/Makefile
2012-04-04 05:48:15 +00:00

24 lines
459 B
Makefile

# $OpenBSD: Makefile,v 1.2 2012/04/04 05:48:15 ajacoutot Exp $
COMMENT = bcrypt hashing library for nodejs
NPM_VERSION = 0.5.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 = www/node
CONFIGURE_STYLE = npm ext
.include <bsd.port.mk>