# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup perl5     1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Net-DNS 1.52 ../../authors/id/N/NL/NLNETLABS
revision            0
license             MIT
maintainers         {devans @dbevans} openmaintainer
description         Net::DNS - Perl Interface to the Domain Name System
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  35d23b7f4d34b3682113f24bd5b00c5d5507ecda \
                    sha256  c9884fcb08e4d03c23188d4e10836c2382fcb65b69859581a20845a3235a7203 \
                    size    265168

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-digest-bubblebabble \
                    port:p${perl5.major}-digest-hmac \
                    port:p${perl5.major}-io \
                    port:p${perl5.major}-io-socket-ip \
                    port:p${perl5.major}-net-libidn2 \
                    port:p${perl5.major}-time-local
}
