Date: Sun, 13 Dec 2020 22:23:08 +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: r558062 - head/math/py-Pyomo Message-ID: <202012132223.0BDMN8bu050961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012132223.0BDMN8bu050961>