aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipcalc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ipcalc/Makefile')
-rw-r--r--net-mgmt/ipcalc/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile
deleted file mode 100644
index 1ba3e5a44726..000000000000
--- a/net-mgmt/ipcalc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: ipcalc
-# Date created: May 21, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-
-PORTNAME= ipcalc
-PORTVERSION= 0.35
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://jodies.de/
-DISTNAME= ipcalc.pl
-EXTRACT_SUFX= # empty
-EXTRACT_ONLY= # empty
-
-MAINTAINER= petef@FreeBSD.org
-COMMENT= IP Calculator
-
-NO_BUILD= yes
-USE_PERL5= yes
-
-do-install:
- ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>