aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-03-12 00:32:09 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-03-12 00:32:09 +0000
commite346523d436ef5fe058e5890623ea8e45d677bf3 (patch)
tree28e498565d4faebebee88ef759097a77301d6960 /dns
parent375fa2ae285c3d3a3cb05aaaef5dfa6899970e95 (diff)
downloadports-e346523d436ef5fe058e5890623ea8e45d677bf3.tar.gz
ports-e346523d436ef5fe058e5890623ea8e45d677bf3.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index d84988a56e8c..80730f4dde00 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -57,6 +57,10 @@ PORTDOCS= Changes README TODO
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 501000
+RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA
+.endif
+
.if !defined(WITHOUT_IPV6)
RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
.endif