diff options
-rw-r--r-- | dns/p5-Net-DNSBL-Statistics/Makefile | 17 | ||||
-rw-r--r-- | dns/p5-Net-DNSBL-Statistics/distinfo | 4 | ||||
-rw-r--r-- | dns/p5-Net-DNSBL-Statistics/pkg-descr | 4 |
3 files changed, 13 insertions, 12 deletions
diff --git a/dns/p5-Net-DNSBL-Statistics/Makefile b/dns/p5-Net-DNSBL-Statistics/Makefile index 23f012ae7835..89de2bf1a830 100644 --- a/dns/p5-Net-DNSBL-Statistics/Makefile +++ b/dns/p5-Net-DNSBL-Statistics/Makefile @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= Net-DNSBL-Statistics -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= dns mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org 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 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + 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 + p5-Net-DNS-ToolKit>=0.41:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \ + p5-Net-DNSBL-MultiDaemon>=0.26:${PORTSDIR}/dns/p5-Net-DNSBL-MultiDaemon +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/dns/p5-Net-DNSBL-Statistics/distinfo b/dns/p5-Net-DNSBL-Statistics/distinfo index 71eb21c44ed7..c8166ed165d5 100644 --- a/dns/p5-Net-DNSBL-Statistics/distinfo +++ b/dns/p5-Net-DNSBL-Statistics/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNSBL-Statistics-0.12.tar.gz) = ecee578bf54ca2b30bc21382eb3037176344d37fd5de1d6b1ba80b07fe031872 -SIZE (Net-DNSBL-Statistics-0.12.tar.gz) = 35837 +SHA256 (Net-DNSBL-Statistics-0.13.tar.gz) = 13a4a1395bf2fc0a8435521e0a93359fdc174c5c647d915485da23afba0e6601 +SIZE (Net-DNSBL-Statistics-0.13.tar.gz) = 35939 diff --git a/dns/p5-Net-DNSBL-Statistics/pkg-descr b/dns/p5-Net-DNSBL-Statistics/pkg-descr index 9d845bfe6dc5..13425a3ad59d 100644 --- a/dns/p5-Net-DNSBL-Statistics/pkg-descr +++ b/dns/p5-Net-DNSBL-Statistics/pkg-descr @@ -1,5 +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. +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/ |