diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-11-23 01:15:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-11-23 01:15:25 +0800 |
commit | 5da5231a6dbe7cd3c9ccb16cf9565efc7883fde6 (patch) | |
tree | 30d645e4295baf9ce92511911f8b4205ffb7b7e5 /net | |
parent | 82a33c177c02228a574351485e83ac2629f589e6 (diff) | |
download | freebsd-ports-gnome-5da5231a6dbe7cd3c9ccb16cf9565efc7883fde6.tar.gz freebsd-ports-gnome-5da5231a6dbe7cd3c9ccb16cf9565efc7883fde6.tar.zst freebsd-ports-gnome-5da5231a6dbe7cd3c9ccb16cf9565efc7883fde6.zip |
- set LICENSE: GPL
Diffstat (limited to 'net')
-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/ |