svn commit: r381396 - head/security/py-pow

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 16 14:08:20 UTC 2015


Author: amdmi3
Date: Mon Mar 16 14:08:18 2015
New Revision: 381396
URL: https://svnweb.freebsd.org/changeset/ports/381396
QAT: https://qat.redports.org/buildarchive/r381396/

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/security/py-pow/Makefile

Modified: head/security/py-pow/Makefile
==============================================================================
--- head/security/py-pow/Makefile	Mon Mar 16 14:08:08 2015	(r381395)
+++ head/security/py-pow/Makefile	Mon Mar 16 14:08:18 2015	(r381396)
@@ -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 at 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}


More information about the svn-ports-head mailing list