diff options
author | arved <arved@FreeBSD.org> | 2004-08-13 13:45:05 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-13 13:45:05 +0000 |
commit | 1e137f497842e96c203ec185336906e950833bcb (patch) | |
tree | 96b79a6e7c30e193a1591447fd8e7114a2ff8c81 /dns | |
parent | 71676966eeddce8d4ea282e5b22b16ece8767fbc (diff) | |
download | FreeBSD-ports-1e137f497842e96c203ec185336906e950833bcb.zip FreeBSD-ports-1e137f497842e96c203ec185336906e950833bcb.tar.gz |
Update to 1.16
add new BUILD_DEPENDS for perl5.00503/perl5.6
PR: 70357
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-Nslookup/Makefile | 10 | ||||
-rw-r--r-- | dns/p5-Net-Nslookup/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dns/p5-Net-Nslookup/Makefile b/dns/p5-Net-Nslookup/Makefile index 304df60..0adaa7b 100644 --- a/dns/p5-Net-Nslookup/Makefile +++ b/dns/p5-Net-Nslookup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Nslookup -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= dns perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -22,4 +22,10 @@ PERL_CONFIGURE= YES MAN3= Net::Nslookup.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/dns/p5-Net-Nslookup/distinfo b/dns/p5-Net-Nslookup/distinfo index d68baa0..da6297f 100644 --- a/dns/p5-Net-Nslookup/distinfo +++ b/dns/p5-Net-Nslookup/distinfo @@ -1,2 +1,2 @@ -MD5 (Net-Nslookup-1.15.tar.gz) = c7620719edb0a5348da7023c07a18b81 -SIZE (Net-Nslookup-1.15.tar.gz) = 6466 +MD5 (Net-Nslookup-1.16.tar.gz) = ff8b63e5fd3804b8a201bf00d4027db0 +SIZE (Net-Nslookup-1.16.tar.gz) = 6577 |