diff options
author | dbn <dbn@FreeBSD.org> | 2014-05-13 01:55:15 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2014-05-13 01:55:15 +0800 |
commit | 55938249bb51652c82b191fbca4d44165f746586 (patch) | |
tree | deeaee0e18ab52a4b1209b9d63b9348485a2ada9 /devel | |
parent | c3779853493057381c2008e5d5f33c6dd25a959f (diff) | |
download | freebsd-ports-gnome-55938249bb51652c82b191fbca4d44165f746586.tar.gz freebsd-ports-gnome-55938249bb51652c82b191fbca4d44165f746586.tar.zst freebsd-ports-gnome-55938249bb51652c82b191fbca4d44165f746586.zip |
Fix LICENSE for devel/py-simpy.
- License is LGPL21, not LGPL20 (as per $WORKDIR/LICENSE.txt)
PR: ports/188560
Approved by: portmgr (implicit)
Diffstat (limited to 'devel')
-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 |