diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-22 08:11:12 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-22 08:11:12 +0800 |
commit | 4a4659b2cea96592639d0c4b88f5778f1c5e1507 (patch) | |
tree | 27682738716b62adb5affadcb386f41a9b3add31 /net/p5-Net-CIDR-Lite | |
parent | f30066dff445343594a882b227c37fb80800f019 (diff) | |
download | freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.tar.gz freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.tar.zst freebsd-ports-gnome-4a4659b2cea96592639d0c4b88f5778f1c5e1507.zip |
- Remove test-only and included-in-perl-5.8 dependencies.
Diffstat (limited to 'net/p5-Net-CIDR-Lite')
-rw-r--r-- | net/p5-Net-CIDR-Lite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile index 1df9a140d3bc..8bbd34d48ebc 100644 --- a/net/p5-Net-CIDR-Lite/Makefile +++ b/net/p5-Net-CIDR-Lite/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-CIDR-Lite PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for merging IPv4 or IPv6 CIDR addresses -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - PERL_CONFIGURE= yes MAN3= Net::CIDR::Lite.3 |