diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-13 00:38:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-13 00:38:47 +0800 |
commit | a96a82e53baba6281ef75f40b4053a5a94a16742 (patch) | |
tree | 2e29678598048881f4b293e5a02899cfca455b92 /dns/Makefile | |
parent | fb0ef631a33b334ebf2aebe99235d8ca5d6354fe (diff) | |
download | freebsd-ports-gnome-a96a82e53baba6281ef75f40b4053a5a94a16742.tar.gz freebsd-ports-gnome-a96a82e53baba6281ef75f40b4053a5a94a16742.tar.zst freebsd-ports-gnome-a96a82e53baba6281ef75f40b4053a5a94a16742.zip |
Net::DNSBL::Statistics is the Perl module that collects statistics on the
interrogation success for a list of IP addresses against a list of DNSBL's.
The module is used to implement the reproting script dnsblstat.
WWW: http://search.cpan.org/dist/Net-DNSBL-Statistics/
PR: ports/119424
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
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 0dc95d978d65..2a3058a28466 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -84,6 +84,7 @@ SUBDIR += p5-Net-DNS-ZoneFile SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-DNSBL-MultiDaemon + SUBDIR += p5-Net-DNSBL-Statistics SUBDIR += p5-Net-Domain-ExpireDate SUBDIR += p5-Net-Domain-TLD SUBDIR += p5-Net-LibIDN |