From a7e15d6350a42f2e38df02678bf21915d3f710d3 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 22 Sep 2016 16:15:32 +0000 Subject: [PATCH] - Add LICENSE_FILE - Switch to new test framework Approved by: portmgr blanket --- security/py-openssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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