- Update to 0.13

- Add LICENSE
- Reformat pkg-descr
- Use single space after WWW:
- Take maintainership

Changes:	http://search.cpan.org/dist/Net-DNSBL-Statistics/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-04 16:57:59 +00:00
parent 1086b15442
commit bb7a6bfe1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342576
3 changed files with 14 additions and 13 deletions

View File

@ -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
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
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.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>

View File

@ -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

View File

@ -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/