mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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>
This commit is contained in:
parent
553d665f82
commit
4e0dbaaa24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205551
@ -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
|
||||
|
28
dns/p5-Net-DNSBL-Statistics/Makefile
Normal file
28
dns/p5-Net-DNSBL-Statistics/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Net-DNSBL-Statistics
|
||||
# Date created: 2008-01-07
|
||||
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-DNSBL-Statistics
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= dns mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tjs@cdpa.nsysu.edu.tw
|
||||
COMMENT= Gather DNSBL Statistics
|
||||
|
||||
RUN_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
|
||||
p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
|
||||
p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon
|
||||
BUILD_DEPENDS= p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \
|
||||
p5-Net-DNS-ToolKit>=0.35:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \
|
||||
p5-Net-DNSBL-MultiDaemon>=0.22:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::DNSBL::Statistics.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
dns/p5-Net-DNSBL-Statistics/distinfo
Normal file
3
dns/p5-Net-DNSBL-Statistics/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-DNSBL-Statistics-0.03.tar.gz) = d9ea6b976fafc485862bd5e1d5a8cf9f
|
||||
SHA256 (Net-DNSBL-Statistics-0.03.tar.gz) = 2a531b6f763f6be09ffc0b415502367d7d5aa8d9b629699ee8946de4e67fd894
|
||||
SIZE (Net-DNSBL-Statistics-0.03.tar.gz) = 34989
|
5
dns/p5-Net-DNSBL-Statistics/pkg-descr
Normal file
5
dns/p5-Net-DNSBL-Statistics/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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/
|
8
dns/p5-Net-DNSBL-Statistics/pkg-plist
Normal file
8
dns/p5-Net-DNSBL-Statistics/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNSBL/Statistics/.packlist
|
||||
%%SITE_PERL%%/Net/DNSBL/Statistics.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNSBL/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DNSBL
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/DNSBL
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user