diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-22 16:15:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-22 16:15:32 +0000 |
commit | a7e15d6350a42f2e38df02678bf21915d3f710d3 (patch) | |
tree | 76461ce5fe9d4e3e4fe637e352c4ac17bf37a5ec /security/py-openssl | |
parent | 28a6baef51e7ad99e9e5cfe5b38638e60539ab84 (diff) | |
download | ports-a7e15d6350a42f2e38df02678bf21915d3f710d3.tar.gz ports-a7e15d6350a42f2e38df02678bf21915d3f710d3.zip |
Notes
Diffstat (limited to 'security/py-openssl')
-rw-r--r-- | security/py-openssl/Makefile | 3 |
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> |