svn commit: r422634 - head/security/py-openssl

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 22 16:15:34 UTC 2016


Author: amdmi3
Date: Thu Sep 22 16:15:32 2016
New Revision: 422634
URL: https://svnweb.freebsd.org/changeset/ports/422634

Log:
  - Add LICENSE_FILE
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/security/py-openssl/Makefile

Modified: head/security/py-openssl/Makefile
==============================================================================
--- head/security/py-openssl/Makefile	Thu Sep 22 16:14:31 2016	(r422633)
+++ head/security/py-openssl/Makefile	Thu Sep 22 16:15:32 2016	(r422634)
@@ -12,6 +12,7 @@ MAINTAINER=	sbz at 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>


More information about the svn-ports-head mailing list