svn commit: r540445 - head/devel/py-hypothesis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 26 08:44:11 UTC 2020


Author: sunpoet
Date: Fri Jun 26 08:44:08 2020
New Revision: 540445
URL: https://svnweb.freebsd.org/changeset/ports/540445

Log:
  Add LICENSE_FILE

Modified:
  head/devel/py-hypothesis/Makefile

Modified: head/devel/py-hypothesis/Makefile
==============================================================================
--- head/devel/py-hypothesis/Makefile	Fri Jun 26 08:44:03 2020	(r540444)
+++ head/devel/py-hypothesis/Makefile	Fri Jun 26 08:44:08 2020	(r540445)
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Library for property based testing
 
 LICENSE=	MPL20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR}


More information about the svn-ports-head mailing list