diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-06 03:53:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-06 03:53:32 +0800 |
commit | 3c2de4c3c1509b35003f606603b721eac1a687a2 (patch) | |
tree | 97db08eb54a352667721acc3b77fb68c132eaca4 /net | |
parent | cf159f13c37e9c26850b7e585f9f11f3a01979e3 (diff) | |
download | freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.tar.gz freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.tar.zst freebsd-ports-gnome-3c2de4c3c1509b35003f606603b721eac1a687a2.zip |
LICENSE GPLv2
Diffstat (limited to 'net')
-rw-r--r-- | net/tinyldap/Makefile | 2 | ||||
-rw-r--r-- | net/tinyldap/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/tinyldap/Makefile b/net/tinyldap/Makefile index 622716364d5d..915b4ef95222 100644 --- a/net/tinyldap/Makefile +++ b/net/tinyldap/Makefile @@ -16,6 +16,8 @@ COMMENT= A small LDAP implementation BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/${LIBOWFAT_PORT} +LICENSE= GPLv2 + SNAPSHOT= 20091122 USE_BZIP2= yes USE_GMAKE= yes diff --git a/net/tinyldap/pkg-descr b/net/tinyldap/pkg-descr index 6837ae381f9c..46d81fcbceb9 100644 --- a/net/tinyldap/pkg-descr +++ b/net/tinyldap/pkg-descr @@ -2,6 +2,6 @@ tinyldap is an attempt to write a very small and very fast LDAP server. openldap is the reference when it comes to LDAP servers, and it performs very poorly despite using techniques such as thread pools. -LICENSE: GPL +LICENSE: GPL2 WWW: http://www.fefe.de/tinyldap/ |