aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipcalc
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-02-27 09:05:19 +0800
committerclement <clement@FreeBSD.org>2004-02-27 09:05:19 +0800
commit42e0403614f20cae9cca9448021170cfed281f83 (patch)
treecab509f48208e4f664ef351dfa93a1e8175e6e1f /net/ipcalc
parent96ef207ec31fc4275cfb46a4fe8a9b5ebbeec7ba (diff)
downloadfreebsd-ports-gnome-42e0403614f20cae9cca9448021170cfed281f83.tar.gz
freebsd-ports-gnome-42e0403614f20cae9cca9448021170cfed281f83.tar.zst
freebsd-ports-gnome-42e0403614f20cae9cca9448021170cfed281f83.zip
Remove all stalled Makefiles in net category.
Approved and reviewed by: marcus
Diffstat (limited to 'net/ipcalc')
-rw-r--r--net/ipcalc/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile
deleted file mode 100644
index 27232a809f6f..000000000000
--- a/net/ipcalc/Makefile
+++ /dev/null
@@ -1,27 +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
-
-PLIST_FILES= bin/ipcalc
-NO_BUILD= yes
-USE_PERL5= yes
-
-do-install:
- ${INSTALL_SCRIPT} ${DISTDIR}/${DISTFILES} ${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>