diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-11 00:13:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-11 00:13:31 +0800 |
commit | 9ec2a1e2cbd0e63b3e30f91ae087309ecc3fb9bf (patch) | |
tree | d8c3d59f5fb65de34935c5dbb843c5c88ccdfd9c /dns/Makefile | |
parent | ed34fc20d52e6944a496c266b1d8d5c218b2fc7c (diff) | |
download | freebsd-ports-gnome-9ec2a1e2cbd0e63b3e30f91ae087309ecc3fb9bf.tar.gz freebsd-ports-gnome-9ec2a1e2cbd0e63b3e30f91ae087309ecc3fb9bf.tar.zst freebsd-ports-gnome-9ec2a1e2cbd0e63b3e30f91ae087309ecc3fb9bf.zip |
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.
WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Programmable/
- Koen Martens
gmc@sonologic.nl
PR: ports/108997
Submitted by: Koen Martens <gmc at sonologic.nl>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 1ba0d504b9d2..a8ebaa886741 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -77,6 +77,7 @@ SUBDIR += p5-Data-Validate-Domain SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-Codes + SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-ToolKit SUBDIR += p5-Net-DNS-ZoneCheck |