summaryrefslogtreecommitdiff
path: root/security/py-bcrypt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-11 14:50:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-11 14:50:41 +0000
commit062c46111a67899446d4c87299012abff2817098 (patch)
treea0ac78f74378938944e19d6ee9c3413ae6e243bf /security/py-bcrypt
parent- Add LICENSE_FILE (diff)
- Add LICENSE
- Strip library
Notes
Notes: svn path=/head/; revision=380998
Diffstat (limited to 'security/py-bcrypt')
-rw-r--r--security/py-bcrypt/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile
index c99bb68cace0..f3b7ec31f9a9 100644
--- a/security/py-bcrypt/Makefile
+++ b/security/py-bcrypt/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bcrypt
PORTVERSION= 0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= GOOGLE_CODE \
http://www.mindrot.org/files/py-bcrypt/
@@ -13,6 +13,10 @@ DISTNAME= py-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python bcrypt module
+LICENSE= MIT BSD3CLAUSE BSD4CLAUSE
+LICENSE_COMB= multi
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USES= python
USE_PYTHON= distutils autoplist
@@ -21,4 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
PROJECTHOST= py-bcrypt
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bcrypt/_bcrypt.so
+
.include <bsd.port.mk>