diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-16 14:08:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-16 14:08:18 +0000 |
commit | 865bfc3f18463370893cce2b167940f7ef1c08b9 (patch) | |
tree | 310313c539208cee35a996f0574bc8197b48e4b6 /security | |
parent | 3a54aaadea77e03d095aea485f62ffa9a6278a3c (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pow/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile index 2482fc96bce9..3209c911a549 100644 --- a/security/py-pow/Makefile +++ b/security/py-pow/Makefile @@ -3,6 +3,7 @@ PORTNAME= pow PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/POW/POW-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python OpenSSL Wrappers +LICENSE= BSD3CLAUSE + OPTIONS_DEFINE= DOCS USES= python @@ -27,6 +30,7 @@ do-build: cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA -D NO_RC5_32_12_16 ${PYDISTUTILS_BUILD_TARGET} post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/POW/_POW.so @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} |