svn commit: r558062 - head/math/py-Pyomo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 22:23:14 UTC 2020


Author: sunpoet
Date: Sun Dec 13 22:23:08 2020
New Revision: 558062
URL: https://svnweb.freebsd.org/changeset/ports/558062

Log:
  Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/math/py-Pyomo/Makefile

Modified: head/math/py-Pyomo/Makefile
==============================================================================
--- head/math/py-Pyomo/Makefile	Sun Dec 13 22:23:04 2020	(r558061)
+++ head/math/py-Pyomo/Makefile	Sun Dec 13 22:23:08 2020	(r558062)
@@ -10,6 +10,7 @@ MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Python Optimization Modeling Objects
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}PyUtilib>=5.8.0:devel/py-PyUtilib@${PY_FLAVOR} \


More information about the svn-ports-head mailing list