diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-25 20:16:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-25 20:16:33 +0000 |
commit | ecd7825037852d9dfb8c4181b3c071d0bd3ee2db (patch) | |
tree | c597b920088e34248c9297a3fa2b09cb16b3e24c /dns | |
parent | fac35f8fadfe0bed6a4ac0d5669b1157a12b2dd8 (diff) | |
download | ports-ecd7825037852d9dfb8c4181b3c071d0bd3ee2db.tar.gz ports-ecd7825037852d9dfb8c4181b3c071d0bd3ee2db.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNSBL-MultiDaemon/Makefile | 26 | ||||
-rw-r--r-- | dns/p5-Net-DNSBL-MultiDaemon/distinfo | 4 |
2 files changed, 18 insertions, 12 deletions
diff --git a/dns/p5-Net-DNSBL-MultiDaemon/Makefile b/dns/p5-Net-DNSBL-MultiDaemon/Makefile index ed460083e9a6..da12aeff1beb 100644 --- a/dns/p5-Net-DNSBL-MultiDaemon/Makefile +++ b/dns/p5-Net-DNSBL-MultiDaemon/Makefile @@ -2,23 +2,29 @@ # $FreeBSD$ PORTNAME= Net-DNSBL-MultiDaemon -PORTVERSION= 0.29 +PORTVERSION= 0.37 CATEGORIES= dns mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Net::DNSBL::MultiDaemon - multi DNSBL prioritization -BUILD_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ - p5-Geo-IP-PurePerl>=0:${PORTSDIR}/net/p5-Geo-IP-PurePerl \ - p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ - p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \ - p5-Net-DNS-ToolKit>=0:${PORTSDIR}/dns/p5-Net-DNS-ToolKit -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - p5-File-SafeDO>=0:${PORTSDIR}/devel/p5-File-SafeDO +LICENSE= ART10 GPLv1 GPLv2 GPLv3 +LICENSE_COMB= dual -USES= perl5 +BUILD_DEPENDS= p5-File-SafeDO>=0.12:${PORTSDIR}/devel/p5-File-SafeDO \ + p5-Geo-IP-PurePerl>=1.10:${PORTSDIR}/net/p5-Geo-IP-PurePerl \ + p5-Net-DNS-Codes>=0.09:${PORTSDIR}/dns/p5-Net-DNS-Codes \ + p5-Net-DNS-ToolKit>=0.47:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \ + p5-Net-NBsocket>=0.23:${PORTSDIR}/net/p5-Net-NBsocket \ + p5-NetAddr-IP>=4.067:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ + p5-Unix-Syslog>=0.97:${PORTSDIR}/sysutils/p5-Unix-Syslog +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= MultiDaemon.pm lib/Net/DNSBL/Utilities.pm + .include <bsd.port.mk> diff --git a/dns/p5-Net-DNSBL-MultiDaemon/distinfo b/dns/p5-Net-DNSBL-MultiDaemon/distinfo index 6199371644fe..f1fe36edbb10 100644 --- a/dns/p5-Net-DNSBL-MultiDaemon/distinfo +++ b/dns/p5-Net-DNSBL-MultiDaemon/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-DNSBL-MultiDaemon-0.29.tar.gz) = a91adfd445e179c32566444fce337db479196e1735fdeb8eec42c1cb1a7fd8b4 -SIZE (Net-DNSBL-MultiDaemon-0.29.tar.gz) = 54072 +SHA256 (Net-DNSBL-MultiDaemon-0.37.tar.gz) = d94bcb353e08b83af6038144f8c8c3bfc206de4b4e4ca4849a047093975ed8d9 +SIZE (Net-DNSBL-MultiDaemon-0.37.tar.gz) = 108718 |