diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 05:44:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 05:44:43 +0000 |
commit | ca9da06ad1b5c76a9f22078699ba52131f20f53e (patch) | |
tree | d3bcef51ffc1ca20e6a7111f12aea3ac7c3b17af /dns/p5-Net-DNS-SEC | |
parent | 78b3a904f62a3aade7047a00e1b0ab8673436d9c (diff) | |
download | ports-ca9da06ad1b5c76a9f22078699ba52131f20f53e.tar.gz ports-ca9da06ad1b5c76a9f22078699ba52131f20f53e.zip |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-SEC')
-rw-r--r-- | dns/p5-Net-DNS-SEC/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/p5-Net-DNS-SEC/Makefile b/dns/p5-Net-DNS-SEC/Makefile index c940c5265fe7..bee921dde190 100644 --- a/dns/p5-Net-DNS-SEC/Makefile +++ b/dns/p5-Net-DNS-SEC/Makefile @@ -33,10 +33,4 @@ MAN3= Net::DNS::Keyset.3 Net::DNS::RR::DS.3 Net::DNS::RR::KEY.3 \ Net::DNS::RR::NSEC.3 Net::DNS::RR::DNSKEY.3 \ Net::DNS::RR::NSEC3.3 Net::DNS::RR::NSEC3PARAM.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |