summaryrefslogtreecommitdiff
path: root/dns/fpdns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/fpdns/Makefile')
-rw-r--r--dns/fpdns/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile
deleted file mode 100644
index 0b977a0f633f..000000000000
--- a/dns/fpdns/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= fpdns
-PORTVERSION= 20190131
-CATEGORIES= dns net perl5
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Fingerprinting DNS servers
-WWW= https://github.com/kirei/fpdns
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Upstream repository has been archived on Sep 19, 2024
-EXPIRATION_DATE=2025-10-31
-
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Net-DNS>=0.42:dns/p5-Net-DNS
-
-USES= perl5
-USE_PERL5= configure
-
-NO_ARCH= yes
-
-USE_GITHUB= yes
-GH_ACCOUNT= kirei
-
-.include <bsd.port.mk>