aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-10-09 07:43:21 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-10-09 07:43:21 +0000
commited85212bd6180e795860e0c34f97be73412f4b37 (patch)
treee13ce078fd908d8f59e8cd28eb80821afb054647 /dns
parenta309fc7b98e2faa0ab054d88a6a3d56574ba9210 (diff)
downloadports-ed85212bd6180e795860e0c34f97be73412f4b37.tar.gz
ports-ed85212bd6180e795860e0c34f97be73412f4b37.zip
Add dependency on security/p5-Digest-SHA
PR: 117029 Submitted by: Olafur Gudmundsson <ogud@ogud.com>
Notes
Notes: svn path=/head/; revision=201146
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-DNS-SEC/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile
index 488026bababf..e27407fae9bf 100644
--- a/dns/p5-Net-DNS-SEC/Makefile
+++ b/dns/p5-Net-DNS-SEC/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-DNS-SEC
PORTVERSION= 0.14
+PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/
@@ -20,6 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/DSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Bignum.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
+ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \
${SITE_PERL}/Digest/BubbleBabble.pm:${PORTSDIR}/security/p5-Digest-BubbleBabble
RUN_DEPENDS= ${BUILD_DEPENDS}