mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Fix *_DEPENDS: Time::HiRes is already in all supported Perl releases - Sort PLIST - Bump PORTREVISION for dependency change - Reformat pkg-descr - Remove Author line - Use single space after WWW:
This commit is contained in:
parent
cb9258a95e
commit
f6a97aad14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363554
@ -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
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
WRKSRC= ${WRKDIR}/RBLCLient-${PORTVERSION}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user