diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-06-06 07:17:56 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-06-06 07:25:30 +0000 |
| commit | 04ec37e0b60604bf418454e9c35c6c732ce9444b (patch) | |
| tree | 64d7114f64eb26b148e7a18aeece6c980e6be18f | |
| parent | 41f2a787491797e152be1e93e545293a271695fd (diff) | |
| download | ports-04ec37e0b60604bf418454e9c35c6c732ce9444b.tar.gz ports-04ec37e0b60604bf418454e9c35c6c732ce9444b.zip | |
dns/mydns: Deprecate and set expiration date to 2023-06-30
Abandonware, last release in 2006. Point users to dns/powerdns as it
has a similar feature set
PR: 271812
Reviewed by: ale (maintainer)
| -rw-r--r-- | dns/mydns/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 13c0eabdc369..00b75414b096 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -10,6 +10,9 @@ WWW= http://mydns.bboy.net/ LICENSE= GPLv2 +DEPRECATED= Abandonware, last release in 2006. Consider migrating to dns/powerdns +EXPIRATION_DATE=2023-06-30 + OPTIONS_DEFINE= ALIAS OPENSSL PGSQL NLS DOCS NLS GNU_CONFIGURE= yes |
