summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2014-05-12 17:55:15 +0000
committerDavid Naylor <dbn@FreeBSD.org>2014-05-12 17:55:15 +0000
commit65d8be60c11d379748a3934adcfcaa32a054799a (patch)
treedeeaee0e18ab52a4b1209b9d63b9348485a2ada9
parentd2391216d9f503c27c6cca3728ed540c51a50089 (diff)
downloadfreebsd-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/Makefile2
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