- Strip libraries

This commit is contained in:
Dmitry Marakasov 2015-03-12 02:11:28 +00:00
parent 7014ce5ed9
commit d8b9586c87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381057

View File

@ -3,6 +3,7 @@
PORTNAME= cryptkit
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= SF/${PORTNAME}/_${PORTNAME}/Complete%20Kit
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,4 +14,7 @@ COMMENT= Cryptographic Toolkit for Python
USES= python
USE_PYTHON= distutils autoplist
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so
.include <bsd.port.mk>