2012-07-12 21:42:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2012/07/12 21:42:54 jasper Exp $
|
2012-04-03 18:41:57 +00:00
|
|
|
|
2012-07-12 21:42:53 +00:00
|
|
|
COMMENT = bcrypt hashing library for Node.js
|
2012-04-03 18:41:57 +00:00
|
|
|
|
2012-06-28 17:33:05 +00:00
|
|
|
NPM_VERSION = 0.6.0
|
2012-04-03 18:41:57 +00:00
|
|
|
NPM_NAME = bcrypt
|
2012-07-12 21:42:53 +00:00
|
|
|
REVISION = 0
|
2012-04-03 18:41:57 +00:00
|
|
|
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
|
|
|
|
|
2012-05-23 15:13:20 +00:00
|
|
|
MODULES = lang/node
|
2012-04-03 18:41:57 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = npm ext
|
|
|
|
|
2012-05-10 08:41:39 +00:00
|
|
|
# needs nodeunit
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
2012-04-03 18:41:57 +00:00
|
|
|
.include <bsd.port.mk>
|