mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Net::Abuse::Utils::Spamhaus is a Perl extension for checking data
against the spamhaus blacklists. WWW: http://search.cpan.org/dist/Net-Abuse-Utils-Spamhaus/ PR: ports/187093 Submitted by: Paul Schmehl <pauls@utdallas.edu>
This commit is contained in:
parent
1770056153
commit
7d257214cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346874
@ -216,6 +216,7 @@
|
||||
SUBDIR += p5-Nagios-Plugins-Memcached
|
||||
SUBDIR += p5-Net-ACL
|
||||
SUBDIR += p5-Net-Abuse-Utils
|
||||
SUBDIR += p5-Net-Abuse-Utils-Spamhaus
|
||||
SUBDIR += p5-Net-CIDR
|
||||
SUBDIR += p5-Net-ILO
|
||||
SUBDIR += p5-Net-IP
|
||||
|
21
net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile
Normal file
21
net-mgmt/p5-Net-Abuse-Utils-Spamhaus/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Abuse-Utils-Spamhaus
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pauls@utdallas.edu
|
||||
COMMENT= Routines useful for checking data against the spamhaus blacklists
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Net-DNS>=0.72:${PORTSDIR}/dns/p5-Net-DNS
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo
Normal file
2
net-mgmt/p5-Net-Abuse-Utils-Spamhaus/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Abuse-Utils-Spamhaus-0.04.tar.gz) = 5abc1555cc1cdd309ded6c6d5520c590d8879845e52fdab09aa71bc2d0a2bc0b
|
||||
SIZE (Net-Abuse-Utils-Spamhaus-0.04.tar.gz) = 20353
|
4
net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-descr
Normal file
4
net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Net::Abuse::Utils::Spamhaus is a Perl extension for checking data
|
||||
against the spamhaus blacklists.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Abuse-Utils-Spamhaus/
|
10
net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-plist
Normal file
10
net-mgmt/p5-Net-Abuse-Utils-Spamhaus/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%PERL5_MAN3%%/Net::Abuse::Utils::Spamhaus.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/Spamhaus/.packlist
|
||||
%%SITE_PERL%%/Net/Abuse/Utils/Spamhaus.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils/Spamhaus
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse/Utils
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Abuse
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Abuse/Utils
|
||||
@dirrmtry %%SITE_PERL%%/Net/Abuse
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user