diff options
Diffstat (limited to 'lang/seed7/Makefile')
-rw-r--r-- | lang/seed7/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 529caac1f71a..6218f1fa22b1 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -1,5 +1,5 @@ PORTNAME= seed7 -DISTVERSION= 05_20221218 +DISTVERSION= 05_20230305 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ @@ -9,9 +9,8 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= High-level, extensible programming language WWW= http://seed7.sourceforge.net/ -# The language libraries are licensed under the LGPL21 license. Starting from -# version 05_20140601, the compiler libraries are also distributed. These are -# licensed under the GPLv2 and can be found in ${PREFIX}/lib/seed7/lib/comp. +# The interpreter and the example programs use the GPL license, while the +# runtime library uses the LGPL license. LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi |