diff options
Diffstat (limited to 'net/p5-Net-Subnets/Makefile')
-rw-r--r-- | net/p5-Net-Subnets/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net/p5-Net-Subnets/Makefile b/net/p5-Net-Subnets/Makefile deleted file mode 100644 index 61960d012071..000000000000 --- a/net/p5-Net-Subnets/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: p5-Net-Subnets -# Date created: 2006-11-29 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= Net-Subnets -PORTVERSION= 1.02 -CATEGORIES= net perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:KRAIH -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Computing subnets in large scale networks - -DEPRECATED= Disappeared from CPAN -EXPIRATION_DATE= 2011-11-26 - -PERL_CONFIGURE= yes - -MAN3= Net::Subnets.3 - -.include <bsd.port.mk> |