summaryrefslogtreecommitdiff
path: root/security/py-bcrypt/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-07 13:49:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-07 13:49:59 +0000
commit54d0ea9212c722546681438bab0a797a235b79be (patch)
treec84de131c0589433dd5e495f007ef528e154452a /security/py-bcrypt/Makefile
parent- Update to 0.1.1 (diff)
py-bcrypt is a Python wrapper of OpenBSDs Blowfish password hashing code,
as described in A Future-Adaptable Password Scheme by Niels Provos and David Mazières. WWW: http://www.mindrot.org/projects/py-bcrypt/
Notes
Notes: svn path=/head/; revision=186805
Diffstat (limited to 'security/py-bcrypt/Makefile')
-rw-r--r--security/py-bcrypt/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
new file mode 100644
index 000000000000..4d85b47fe9af
--- /dev/null
+++ b/security/py-bcrypt/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# Ports collection makefile for: py-bcrypt
+# Date created: 07 maerch, 2007
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bcrypt
+PORTVERSION= 0.1
+CATEGORIES= security python
+MASTER_SITES= http://www.mindrot.org/files/py-bcrypt/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= py-${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= Python bcrypt module
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+CFLAGS+= -I${LOCALBASE}/include
+MAKE_ENV= "LDFLAGS=-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>