aboutsummaryrefslogtreecommitdiff
path: root/security/py-openssl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-22 16:15:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-22 16:15:32 +0000
commita7e15d6350a42f2e38df02678bf21915d3f710d3 (patch)
tree76461ce5fe9d4e3e4fe637e352c4ac17bf37a5ec /security/py-openssl
parent28a6baef51e7ad99e9e5cfe5b38638e60539ab84 (diff)
downloadports-a7e15d6350a42f2e38df02678bf21915d3f710d3.tar.gz
ports-a7e15d6350a42f2e38df02678bf21915d3f710d3.zip
Notes
Diffstat (limited to 'security/py-openssl')
-rw-r--r--security/py-openssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile
index 7cfac3dbec83..e9fed9109ddd 100644
--- a/security/py-openssl/Makefile
+++ b/security/py-openssl/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= sbz@FreeBSD.org
COMMENT= Python interface to the OpenSSL library
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py-cryptography \
${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six
@@ -31,7 +32,7 @@ post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-regression-test: build
+do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test)
.include <bsd.port.mk>