diff options
-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} |