diff options
author | culot <culot@FreeBSD.org> | 2011-06-01 16:53:22 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-06-01 16:53:22 +0800 |
commit | 2fd1cd1d7b0ad3486153214d6fcfa3c16ddbf512 (patch) | |
tree | b36b9fa9b9ee0939259e640585a1c74901b178f6 /dns/Makefile | |
parent | ca710dcf8767a29be0e83fca743086d2f4d04887 (diff) | |
download | freebsd-ports-gnome-2fd1cd1d7b0ad3486153214d6fcfa3c16ddbf512.tar.gz freebsd-ports-gnome-2fd1cd1d7b0ad3486153214d6fcfa3c16ddbf512.tar.zst freebsd-ports-gnome-2fd1cd1d7b0ad3486153214d6fcfa3c16ddbf512.zip |
Net::DNS::Check is a collection of OOP Perl modules allowing easy
implementation of applications for domain name checking.
WWW: http://search.cpan.org/dist/Net-DNS-Check/
PR: ports/157445
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
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 27e616a1f5ad..76f799e9bfd3 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -95,6 +95,7 @@ SUBDIR += p5-Net-Bonjour SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-Async + SUBDIR += p5-Net-DNS-Check SUBDIR += p5-Net-DNS-Codes SUBDIR += p5-Net-DNS-Lite SUBDIR += p5-Net-DNS-RR-SRV-Helper |