svn commit: r545661 - head/math/py-statsmodels

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 21 21:24:25 UTC 2020


Author: sunpoet
Date: Fri Aug 21 21:24:17 2020
New Revision: 545661
URL: https://svnweb.freebsd.org/changeset/ports/545661

Log:
  Add LICENSE_FILE

Modified:
  head/math/py-statsmodels/Makefile

Modified: head/math/py-statsmodels/Makefile
==============================================================================
--- head/math/py-statsmodels/Makefile	Fri Aug 21 21:24:13 2020	(r545660)
+++ head/math/py-statsmodels/Makefile	Fri Aug 21 21:24:17 2020	(r545661)
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Complement to SciPy for statistical computations
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29:lang/cython@${PY_FLAVOR} \
 		${RUN_DEPENDS}


More information about the svn-ports-all mailing list