Permalink
Browse files
p5-net-dns-sec: update to version 1.06, dependencies
- Loading branch information
Showing
with
6 additions
and
9 deletions.
-
+6
−9
perl/p5-net-dns-sec/Portfile
|
|
@@ -5,7 +5,7 @@ PortGroup perl5 1.0 |
|
|
|
|
|
perl5.branches 5.26 |
|
|
|
|
|
perl5.setup Net-DNS-SEC 1.05 ../../authors/id/N/NL/NLNETLABS |
|
|
perl5.setup Net-DNS-SEC 1.06 ../../authors/id/N/NL/NLNETLABS |
|
|
license MIT |
|
|
maintainers {devans @dbevans} openmaintainer |
|
|
|
|
|
@@ -16,9 +16,9 @@ long_description The Net::DSN::SEC suite provides the resource records \ |
|
|
useful for dynamic updates using key-pairs. \ |
|
|
RSA and DSA crypto routines are supported. |
|
|
|
|
|
checksums rmd160 cb26854ca9653480ec6b536926a881365e661867 \ |
|
|
sha256 1e4cb2575b4d25a3bd9d0b20ed9db2464baacc22f315012a2ad5375574644b2e \ |
|
|
size 40376 |
|
|
checksums rmd160 751976c1bbde63bdb79966aeaf123d8bab332a64 \ |
|
|
sha256 fde199f4691b73ecef2fb7cc4f995a25c1492ea66a4b7623c8dd307e29fe06f5 \ |
|
|
size 41471 |
|
|
|
|
|
platforms darwin |
|
|
supported_archs noarch |
|
|
@@ -29,13 +29,10 @@ if {${perl5.major} != ""} { |
|
|
port:p${perl5.major}-mime-base64 \ |
|
|
port:p${perl5.major}-net-dns |
|
|
|
|
|
# optional dependency p5-crypt-openssl-ecdsa, requires perl 5.18.1+ |
|
|
# enables use of |
|
|
# optional dependency p5-crypt-openssl-ecdsa enables use of |
|
|
# Net::DNS::SEC::ECDSA |
|
|
# Net::DNS::SEC::ECCGOST |
|
|
|
|
|
if {[vercmp ${perl5.major} 5.16] > 0} { |
|
|
depends_lib-append \ |
|
|
depends_lib-append \ |
|
|
port:p${perl5.major}-crypt-openssl-ecdsa |
|
|
} |
|
|
} |