diff options
author | tobez <tobez@FreeBSD.org> | 2004-10-15 03:24:46 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2004-10-15 03:24:46 +0800 |
commit | ac699413fed8b32a0a939c9d7b5d4c2282c6dad0 (patch) | |
tree | d05f119f5bc4a1ea0951d7d5f1a7762532d8659f /dns/Makefile | |
parent | 0c6176c5d24a3abf0e36bc03328f6b5cbb48be9a (diff) | |
download | freebsd-ports-gnome-ac699413fed8b32a0a939c9d7b5d4c2282c6dad0.tar.gz freebsd-ports-gnome-ac699413fed8b32a0a939c9d7b5d4c2282c6dad0.tar.zst freebsd-ports-gnome-ac699413fed8b32a0a939c9d7b5d4c2282c6dad0.zip |
Add p5-Net-DNS-ZoneCheck, a perl module to validate a DNS zone composed
of RR records.
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 fc486f4ecd84..b85afa065657 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -56,6 +56,7 @@ SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-SEC + SUBDIR += p5-Net-DNS-ZoneCheck SUBDIR += p5-Net-DNS-ZoneFile SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-Nslookup |