diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 19:53:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-05 19:53:32 +0000 |
commit | da5e61df799409db97d84b6c6b41957a3f4d5525 (patch) | |
tree | a622d4d4c7a8181f8c9c9a5c627d4dbbf4557117 /net/tinyldap | |
parent | 545f989b2af921e7d6313d6b58fedb88c70c4ee9 (diff) | |
download | ports-da5e61df799409db97d84b6c6b41957a3f4d5525.tar.gz ports-da5e61df799409db97d84b6c6b41957a3f4d5525.zip |
Notes
Diffstat (limited to 'net/tinyldap')
-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/ |