diff options
-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> |