aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-CIDR
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
commit3a93c08cd424e3c6e35c021346e257e2136f6298 (patch)
treee5b244f8eab75a4947b9d7ce8d757989718c5333 /net/p5-Net-CIDR
parentbc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff)
downloadports-3a93c08cd424e3c6e35c021346e257e2136f6298.tar.gz
ports-3a93c08cd424e3c6e35c021346e257e2136f6298.zip
Notes
Diffstat (limited to 'net/p5-Net-CIDR')
-rw-r--r--net/p5-Net-CIDR/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/p5-Net-CIDR/Makefile b/net/p5-Net-CIDR/Makefile
deleted file mode 100644
index b7d2253cab9c..000000000000
--- a/net/p5-Net-CIDR/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: p5-Net-CIDR
-# Date created: Sep 02 2001
-# Whom: Andy Sparrow
-#
-# $FreeBSD$
-#
-
-PORTNAME= Net-CIDR
-PORTVERSION= 0.09
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Net
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation
-
-PERL_CONFIGURE= yes
-
-MAN3= Net::CIDR.3
-
-.include <bsd.port.mk>