diff options
author | tobez <tobez@FreeBSD.org> | 2005-11-17 18:57:47 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-11-17 18:57:47 +0800 |
commit | 02a6068392605bcf79dd09f4379a711a6e24bcf2 (patch) | |
tree | bb05086390323e6e67953e813335b823a12bd533 /dns/p5-Net-DNS-ZoneFile-Fast | |
parent | 7234c6720155ce3abec1da212716733df1449b9c (diff) | |
download | freebsd-ports-gnome-02a6068392605bcf79dd09f4379a711a6e24bcf2.tar.gz freebsd-ports-gnome-02a6068392605bcf79dd09f4379a711a6e24bcf2.tar.zst freebsd-ports-gnome-02a6068392605bcf79dd09f4379a711a6e24bcf2.zip |
Update to 0.6. Require perl from ports.
Diffstat (limited to 'dns/p5-Net-DNS-ZoneFile-Fast')
-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 |