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