diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-02-27 21:43:22 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-02-27 21:45:18 +0100 |
commit | d20b28d5495100ed8b93b69253b3fdc002448053 (patch) | |
tree | d5e7c62b39c12c7d9ae8e351fc23b264ccdd278c | |
parent | 09b46a68171312152af074f5bf8aa2336a87e797 (diff) | |
download | freebsd-ports-d20b28d5495100ed8b93b69253b3fdc002448053.zip |
dns/libdjbdns: Deprecate and set expiration date to 2023-06-30
Project hasn't been centrally managed since last release in 2001 and
there are various third party patches to keep it somewhat relevant with
todays standards. Port has also been unmaintained since last
maintainer stepped down in 2008.
-rw-r--r-- | dns/libdjbdns/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/libdjbdns/Makefile b/dns/libdjbdns/Makefile index 40cc285d2ee3..e44f1064ac98 100644 --- a/dns/libdjbdns/Makefile +++ b/dns/libdjbdns/Makefile @@ -9,6 +9,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Public domain DNS client library WWW= https://cr.yp.to/djbdns/dns.html +DEPRECATED= No longer compliant with current DNS standards and source code hasn't been centrally managed for over 20 years +EXPIRATION_DATE=2023-06-30 + USES= gmake USE_LDCONFIG= yes |