aboutsummaryrefslogtreecommitdiff
path: root/security/py-xmlsec
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-25 09:01:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-25 09:01:40 +0000
commit7fb33dee926e6999266c2c8d5f5c4f5958e0da9d (patch)
tree78c479fbdcec2a59545371f4f79600b087b21577 /security/py-xmlsec
parent0bfac83960437e8779979e0d2bb81def402b85b2 (diff)
Notes
Diffstat (limited to 'security/py-xmlsec')
-rw-r--r--security/py-xmlsec/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile
index a29d5a9ab74f..410c18446459 100644
--- a/security/py-xmlsec/Makefile
+++ b/security/py-xmlsec/Makefile
@@ -18,19 +18,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxmlsec1.so:security/xmlsec1
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2
-OPTIONS_DEFINE= DOCS EXAMPLES
+BROKEN_FreeBSD_9= does not build
-USES= python:2
+USES= python:2 ssl
USE_PYTHON= distutils autoplist
-NO_ARCH= yes
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
PORTDOCS= *
PORTEXAMPLES= *
+OPTIONS_DEFINE= DOCS EXAMPLES
+
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/xmlsecmod.so
+ @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/xmlsecmod.so
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}