1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

As pointed out by sunpoet, the addition of Digest::MD5 and Digest::SHA

dependencies was a mistake. Take those dependencies out and bump
PORTREVISION.
This commit is contained in:
Adam Weinberger 2015-02-26 19:16:16 +00:00
parent 193b3a7946
commit 257d84ec6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380047

View File

@ -3,6 +3,7 @@
PORTNAME= Net-DNS
PORTVERSION= 0.83
PORTREVISION= 1
CATEGORIES= dns net perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -13,9 +14,7 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Digest-MD5>=2.13:${PORTSDIR}/security/p5-Digest-MD5 \
p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA
BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod