diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-19 20:35:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-10-19 20:35:31 +0000 |
commit | 174461aadba487c2c19d2f11f8f81239c4ae05bb (patch) | |
tree | d8a0b2ebb1d563139da6f9c84db916d5095481d7 /dns/Makefile | |
parent | 0c1be3c20854836f5fa57d8d3be6cd3194a4746e (diff) | |
download | ports-174461aadba487c2c19d2f11f8f81239c4ae05bb.tar.gz ports-174461aadba487c2c19d2f11f8f81239c4ae05bb.zip |
Add p5-Net-DNS-Resolver-Mock 1.20170814
Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver which parses a
zonefile for it's data source. Primarily for use in testing.
WWW: http://search.cpan.org/dist/Net-DNS-Resolver-Mock/
Notes
Notes:
svn path=/head/; revision=452469
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 be3e5618b946..fbb51bac4780 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -136,6 +136,7 @@ SUBDIR += p5-Net-DNS-Lite SUBDIR += p5-Net-DNS-Match SUBDIR += p5-Net-DNS-RR-SRV-Helper + SUBDIR += p5-Net-DNS-Resolver-Mock SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-TestNS |