diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 10:05:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 10:05:15 +0000 |
commit | f6a97aad143123be611e2950c4a97d49117ba7ef (patch) | |
tree | 4436f3bd7509748721101489f604c9538fbbda5d /dns/p5-Net-RBLClient | |
parent | cb9258a95e33956291ff2cba59aaba139c8df1d7 (diff) | |
download | ports-f6a97aad143123be611e2950c4a97d49117ba7ef.tar.gz ports-f6a97aad143123be611e2950c4a97d49117ba7ef.zip |
Notes
Diffstat (limited to 'dns/p5-Net-RBLClient')
-rw-r--r-- | dns/p5-Net-RBLClient/Makefile | 13 | ||||
-rw-r--r-- | dns/p5-Net-RBLClient/pkg-descr | 18 | ||||
-rw-r--r-- | dns/p5-Net-RBLClient/pkg-plist | 4 |
3 files changed, 18 insertions, 17 deletions
diff --git a/dns/p5-Net-RBLClient/Makefile b/dns/p5-Net-RBLClient/Makefile index a01d07471b90..282e089e88e3 100644 --- a/dns/p5-Net-RBLClient/Makefile +++ b/dns/p5-Net-RBLClient/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-RBLClient PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,13 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Queries multiple Realtime Blackhole Lists in parallel -BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION} +BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 + +WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION} .include <bsd.port.mk> diff --git a/dns/p5-Net-RBLClient/pkg-descr b/dns/p5-Net-RBLClient/pkg-descr index 1c7d586c7754..c313b9f8f614 100644 --- a/dns/p5-Net-RBLClient/pkg-descr +++ b/dns/p5-Net-RBLClient/pkg-descr @@ -1,12 +1,10 @@ -This module is used to discover what RBL's are listing a particular -IP address. It parallelizes requests for fast response. +This module is used to discover what RBL's are listing a particular IP address. +It parallelizes requests for fast response. -An RBL, or Realtime Blackhole List, is a list of IP addresses meeting -some criteria such as involvement in Unsolicited Bulk Email. Each RBL -has its own criteria for addition and removal of addresses. If you -want to block email or other traffic to/from your network based on one -or more RBL's, you should carefully study the behavior of those RBL's -before and during such blocking. +An RBL, or Realtime Blackhole List, is a list of IP addresses meeting some +criteria such as involvement in Unsolicited Bulk Email. Each RBL has its own +criteria for addition and removal of addresses. If you want to block email or +other traffic to/from your network based on one or more RBL's, you should +carefully study the behavior of those RBL's before and during such blocking. -Author: Asher Blum <asher@wildspark.com> -WWW: http://search.cpan.org/dist/Net-RBLClient/ +WWW: http://search.cpan.org/dist/Net-RBLClient/ diff --git a/dns/p5-Net-RBLClient/pkg-plist b/dns/p5-Net-RBLClient/pkg-plist index 5c6e2348b6e3..cb0a63e6400c 100644 --- a/dns/p5-Net-RBLClient/pkg-plist +++ b/dns/p5-Net-RBLClient/pkg-plist @@ -1,8 +1,8 @@ bin/spamalyze -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient/.packlist %%SITE_PERL%%/Net/RBLClient.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient/.packlist %%PERL5_MAN3%%/Net::RBLClient.3.gz man/man1/spamalyze.1.gz -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/RBLClient @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net |