Add the p5-Mail-SPF-Query port
The SPF protocol relies on sender domains to publish a DNS whitelist of their designated outbound mailers. Given an envelope sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.
This commit is contained in:
parent
e67f9ddc66
commit
2fdb9f3359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98341
@ -238,6 +238,7 @@
|
||||
SUBDIR += p5-Mail-QuoteWrap
|
||||
SUBDIR += p5-Mail-RBL
|
||||
SUBDIR += p5-Mail-RFC822-Address
|
||||
SUBDIR += p5-Mail-SPF-Query
|
||||
SUBDIR += p5-Mail-Sender
|
||||
SUBDIR += p5-Mail-Sendmail
|
||||
SUBDIR += p5-Mail-SpamAssassin
|
||||
|
25
mail/p5-Mail-SPF-Query/Makefile
Normal file
25
mail/p5-Mail-SPF-Query/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Mail-SPF-Query
|
||||
# Date created: Fri Jan 16 12:32:39 PST 2004
|
||||
# Whom: mharo@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mail-SPF-Query
|
||||
PORTVERSION= 1.96
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mharo@FreeBSD.org
|
||||
COMMENT= Query Sender Permitted From for an IP,email,helo
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Mail::SPF::Query.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/p5-Mail-SPF-Query/distinfo
Normal file
1
mail/p5-Mail-SPF-Query/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Mail-SPF-Query-1.96.tar.gz) = 773447574368abb73f3bece65b003d19
|
9
mail/p5-Mail-SPF-Query/pkg-descr
Normal file
9
mail/p5-Mail-SPF-Query/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
The SPF protocol relies on sender domains to publish a DNS
|
||||
whitelist of their designated outbound mailers. Given an
|
||||
envelope sender, Mail::SPF::Query determines the legitimacy
|
||||
of an SMTP client IP.
|
||||
|
||||
WWW: http://spf.pobox.com
|
||||
|
||||
- Michael Haro
|
||||
mharo@FreeBSD.org
|
4
mail/p5-Mail-SPF-Query/pkg-plist
Normal file
4
mail/p5-Mail-SPF-Query/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/spfd
|
||||
bin/spfquery
|
||||
%%SITE_PERL%%/Mail/SPF/Query.pm
|
||||
@dirrm %%SITE_PERL%%/Mail/SPF
|
Loading…
Reference in New Issue
Block a user