aboutsummaryrefslogtreecommitdiff
path: root/security/py-pow
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-03-23 20:07:44 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-03-23 20:07:44 +0000
commit4d396f2d0ed70579e21c0eec60658707367d633e (patch)
treeb3cb9c55edf89883a75b7bea1fcdd97c03b7431c /security/py-pow
parent3bbd01a94c517569fd6cfc5de3167db90087a24d (diff)
- Disable IDEA cipher, not included because of U.S. export restrictions
PR: 130635 Submitted by: Sam Tannous <stannous@gmail.com>
Notes
Notes: svn path=/head/; revision=230789
Diffstat (limited to 'security/py-pow')
-rw-r--r--security/py-pow/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile
index 4e5fdf2013b1..d3675803c99e 100644
--- a/security/py-pow/Makefile
+++ b/security/py-pow/Makefile
@@ -27,6 +27,9 @@ PORTDOCS= POW.pdf
post-patch:
${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py
+do-build:
+ cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA ${PYDISTUTILS_BUILD_TARGET}
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}