diff options
Diffstat (limited to 'net/p5-Net-CIDR-Lite/Makefile')
-rw-r--r-- | net/p5-Net-CIDR-Lite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-CIDR-Lite/Makefile b/net/p5-Net-CIDR-Lite/Makefile index c537de3dbb67..27000e334347 100644 --- a/net/p5-Net-CIDR-Lite/Makefile +++ b/net/p5-Net-CIDR-Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-CIDR-Lite -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@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 |