- set LICENSE: GPL
This commit is contained in:
parent
f6234381e3
commit
860173e0a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244654
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue