# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem              1.0
PortGroup               perl5 1.0

perl5.setup             Net-DNS-SEC 0.16
revision                2
platforms               darwin
maintainers             nomaintainer
supported_archs         noarch

description             Perl interface for DNSSEC resource records

long_description        The Net::DSN::SEC suite provides the resource records \
                        that are needed for DNSSEC (RFC 4033, 4034 and 4035). \
                        It also provides support for SIG0. That latter is \
                        useful for dynamic updates using key-pairs. \
                        RSA and DSA crypto routines are supported.

checksums               md5     70a8b59dda39a0effe22bfc12905d942 \
                        sha1    565075ebeb82956143606692d7614bf80292cf24 \
                        rmd160  c65d105e8a508407f5f665c0addd57fe7680ece6

if {${perl5.major} != ""} {
depends_lib-append      port:p${perl5.major}-net-dns
}
