Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 08:44:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540445 - head/devel/py-hypothesis
Message-ID:  <202006260844.05Q8i90X065808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006260844.05Q8i90X065808>