diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-11-17 10:57:47 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-11-17 10:57:47 +0000 |
commit | 6305100eb3a398370bad233475356ff6740f9ac0 (patch) | |
tree | f7a852c9402009f8709b6fd711b9b7af9fd139ff /dns | |
parent | 8175bdc56ac0cdc7eaf5bc3f3a308e4722790544 (diff) | |
download | ports-6305100eb3a398370bad233475356ff6740f9ac0.tar.gz ports-6305100eb3a398370bad233475356ff6740f9ac0.zip |
Update to 0.6. Require perl from ports.
Notes
Notes:
svn path=/head/; revision=148572
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile-Fast/Makefile | 14 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ZoneFile-Fast/distinfo | 5 |
2 files changed, 14 insertions, 5 deletions
diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile index 382b52decfef..889b266e23ba 100644 --- a/dns/p5-Net-DNS-ZoneFile-Fast/Makefile +++ b/dns/p5-Net-DNS-ZoneFile-Fast/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-DNS-ZoneFile-Fast -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= dns perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -15,11 +15,19 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module to parse BIND8/9 zone files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ + ${SITE_PERL}/Net/DNS/SEC.pm:${PORTSDIR}/dns/p5-Net-DNS-SEC \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::DNS::ZoneFile::Fast.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/dns/p5-Net-DNS-ZoneFile-Fast/distinfo b/dns/p5-Net-DNS-ZoneFile-Fast/distinfo index 201935a4c1dd..941cded1acfa 100644 --- a/dns/p5-Net-DNS-ZoneFile-Fast/distinfo +++ b/dns/p5-Net-DNS-ZoneFile-Fast/distinfo @@ -1,2 +1,3 @@ -MD5 (Net-DNS-ZoneFile-Fast-0.5.tar.gz) = bf5071c30f2605e60bd5c519aa27920f -SIZE (Net-DNS-ZoneFile-Fast-0.5.tar.gz) = 11423 +MD5 (Net-DNS-ZoneFile-Fast-0.6.tar.gz) = 8a9499b4d6349f9f4f9e7d9c46aa77ea +SHA256 (Net-DNS-ZoneFile-Fast-0.6.tar.gz) = bd065f72ce9817a8648c2b5ff5b5d4365e741facc27af78fbbbaa1d063a4d870 +SIZE (Net-DNS-ZoneFile-Fast-0.6.tar.gz) = 14211 |