diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-11-22 17:15:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-11-22 17:15:25 +0000 |
commit | 860173e0a81b7e40de6f1ae98b541245a7d588fc (patch) | |
tree | 4a7938f108fade3f85e579a424d2ab2a8a3a8e78 /net/tinyldap | |
parent | f6234381e38753e5b8dcf218ed9e8e50b85f4113 (diff) | |
download | ports-860173e0a81b7e40de6f1ae98b541245a7d588fc.tar.gz ports-860173e0a81b7e40de6f1ae98b541245a7d588fc.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, 4 insertions, 0 deletions
diff --git a/net/tinyldap/Makefile b/net/tinyldap/Makefile index 2bd657a8f878..c8291e8d7a7a 100644 --- a/net/tinyldap/Makefile +++ b/net/tinyldap/Makefile @@ -17,6 +17,8 @@ COMMENT= A small LDAP implementation BUILD_DEPENDS+= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/${LIBOWFAT_PORT} +NO_PACKAGE= GPL forbids distribution when linked with openssl + SNAPSHOT= 20080425 USE_BZIP2= yes USE_GMAKE= yes diff --git a/net/tinyldap/pkg-descr b/net/tinyldap/pkg-descr index c2b2bdf9693b..6837ae381f9c 100644 --- a/net/tinyldap/pkg-descr +++ b/net/tinyldap/pkg-descr @@ -2,4 +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 + WWW: http://www.fefe.de/tinyldap/ |