aboutsummaryrefslogtreecommitdiff
path: root/dns/geta/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/geta/Makefile')
-rw-r--r--dns/geta/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/dns/geta/Makefile b/dns/geta/Makefile
deleted file mode 100644
index b599e08c4fd5..000000000000
--- a/dns/geta/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: geta
-# Date created: 5 Nov 2001
-# Whom: sumikawa
-#
-# $FreeBSD$
-#
-
-PORTNAME= geta
-PORTVERSION= 19990419
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
-DISTNAME= pping-${PORTVERSION}
-
-MAINTAINER= sumikawa@FreeBSD.org
-COMMENT= Geta(GET Address) - Simple IPv4/IPv6 address resolving tool
-
-WRKSRC= ${WRKDIR}/pping
-GNU_CONFIGURE= yes
-USE_PERL5_BUILD=yes
-
-NO_INSTALL_MANPAGES= yes
-
-.include <bsd.port.mk>