diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-16 13:57:34 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-16 13:57:34 +0000 |
commit | 84e95286b2eaf0421b6810569f1cc7529678f5b8 (patch) | |
tree | 48119876386b08345194d648934ac90c73865814 /net/openldap12 | |
parent | 4630fc839bc3574e1d75e7653874e2beed982002 (diff) | |
download | ports-84e95286b2eaf0421b6810569f1cc7529678f5b8.tar.gz ports-84e95286b2eaf0421b6810569f1cc7529678f5b8.zip |
Notes
Diffstat (limited to 'net/openldap12')
-rw-r--r-- | net/openldap12/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile index f6ee76ee616c..90e5181aa32f 100644 --- a/net/openldap12/Makefile +++ b/net/openldap12/Makefile @@ -29,7 +29,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= lodea@vet.com.au COMMENT= Open source LDAP client and server software -BROKEN= ancient, unsupported, potential security issues +FORBIDDEN= ancient, unsupported, potential security issues +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE= 2004-04-18 USE_LIBTOOL= yes |