Update to 0.6. Require perl from ports.
This commit is contained in:
parent
8175bdc56a
commit
6305100eb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148572
2 changed files with 14 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue