diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-05-22 14:08:06 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-05-22 14:08:06 +0800 |
commit | 04bcf42ac5b6da7d20c398e913dca034de11d12f (patch) | |
tree | e3cf9c5fd76d7d6df8f57ed6f55d5213fb77f07c /devel | |
parent | dc11e07656c61eb7cc87c9b3363b0281bb371171 (diff) | |
download | freebsd-ports-gnome-04bcf42ac5b6da7d20c398e913dca034de11d12f.tar.gz freebsd-ports-gnome-04bcf42ac5b6da7d20c398e913dca034de11d12f.tar.zst freebsd-ports-gnome-04bcf42ac5b6da7d20c398e913dca034de11d12f.zip |
LGPL was invalid and this is actually ISC.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libconfuse/Makefile | 2 | ||||
-rw-r--r-- | devel/libconfuse/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libconfuse/Makefile b/devel/libconfuse/Makefile index b5d2333ad790..e51418936ced 100644 --- a/devel/libconfuse/Makefile +++ b/devel/libconfuse/Makefile @@ -11,7 +11,7 @@ DISTNAME= confuse-${PORTVERSION} MAINTAINER= otis@freebsd.sk COMMENT= Configuration file parsing library -LICENSE= LGPL +LICENSE= ISCL .if defined(WITH_CHECK) LIB_DEPENDS+= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck diff --git a/devel/libconfuse/pkg-descr b/devel/libconfuse/pkg-descr index 1265fd1193f5..ba95a6beae07 100644 --- a/devel/libconfuse/pkg-descr +++ b/devel/libconfuse/pkg-descr @@ -1,5 +1,5 @@ libConfuse is a configuration file parser library, licensed under the terms of -the LGPL, and written in C. It supports sections and (lists of) values +the ISC, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to |