diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-06-06 07:20:00 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-06-06 07:25:30 +0000 |
commit | 53aa462891164b162c1763b82960bc2fdc172a53 (patch) | |
tree | 88966c9d951be00711ea6043687879dd91dbaf54 | |
parent | 04ec37e0b60604bf418454e9c35c6c732ce9444b (diff) | |
download | ports-53aa462891164b162c1763b82960bc2fdc172a53.tar.gz ports-53aa462891164b162c1763b82960bc2fdc172a53.zip |
dns/mydns-ng: Deprecate and set expiration date to 2023-06-30
Abandonware, last release in 2010. Point users to dns/powerdns as it
has a similar feature set
PR: 271813
Reviewed by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
-rw-r--r-- | dns/mydns-ng/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile index 92ce2b417297..1b18d2463f43 100644 --- a/dns/mydns-ng/Makefile +++ b/dns/mydns-ng/Makefile @@ -11,6 +11,9 @@ WWW= https://sourceforge.net/projects/mydns-ng/ LICENSE= GPLv2 +DEPRECATED= Abandonware, last release in 2010. Consider migrating to dns/powerdns +EXPIRATION_DATE=2023-06-30 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc USES= iconv |