# -*- 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-Resolver-Programmable 0.009
license             {Artistic-1 GPL-2+}
platforms           {darwin any}
supported_archs     noarch
maintainers         ryandesign openmaintainer
description         allows a virtual DNS to be emulated instead of \
                    querying the real DNS
long_description    Net::DNS::Resolver::Programmable is a \
                    Net::DNS::Resolver descendant class that allows \
                    a virtual DNS to be emulated instead of querying \
                    the real DNS.  A set of static DNS records may be \
                    supplied, or arbitrary code may be specified as a \
                    means for retrieving DNS records, or even \
                    generating them on the fly.

checksums           rmd160  890fa87a7b719ce698895edaec12f36bac2c32ca \
                    sha256  8080a2ab776629585911af1179bdb7c4dc2bebfd4b5efd77b11d1dac62454bf8

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