# -*- 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.53 ../../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  118ebaa8b281121cd964f8811cca1f66a2e9c1b2 \
                    sha256  04acb4f177d57c147dcedc4bd70e23806af3db75a532f46f95461b2bc9a94959 \
                    size    264932

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
}
