# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Net-DNS-Resolver-Programmable v0.003 revision 5 license {Artistic-1 GPL-2+} platforms darwin 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 6b93ce7174d1f61ec7411e31e7d61c6a003cd6ec \ sha256 8d402260941f259c83bf1b2564408e75288df028f604136c29da11a9a6a076ec if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-net-dns \ port:p${perl5.major}-version # patch for compatibility with Net::DNS 0.75+ # https://rt.cpan.org/Public/Bug/Display.html?id=95901 patchfiles net-dns-0.75.patch perl5.use_module_build }