diff options
author | David Naylor <dbn@FreeBSD.org> | 2014-05-12 17:55:15 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2014-05-12 17:55:15 +0000 |
commit | 65d8be60c11d379748a3934adcfcaa32a054799a (patch) | |
tree | deeaee0e18ab52a4b1209b9d63b9348485a2ada9 | |
parent | d2391216d9f503c27c6cca3728ed540c51a50089 (diff) | |
download | freebsd-ports-65d8be60c11d379748a3934adcfcaa32a054799a.zip |
Fix LICENSE for devel/py-simpy.
- License is LGPL21, not LGPL20 (as per $WORKDIR/LICENSE.txt)
PR: ports/188560
Approved by: portmgr (implicit)
-rw-r--r-- | devel/py-simpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-simpy/Makefile b/devel/py-simpy/Makefile index c1c3ffb331f1..34822eff9adf 100644 --- a/devel/py-simpy/Makefile +++ b/devel/py-simpy/Makefile @@ -13,7 +13,7 @@ DISTNAME= SimPy-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Simulation in Python -LICENSE= LGPL20 +LICENSE= LGPL21 NO_ARCH= yes USE_PYTHON= yes |