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:
Michael Haro 2004-01-16 21:20:15 +00:00
parent e67f9ddc66
commit 2fdb9f3359
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98341
5 changed files with 40 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1 @@
MD5 (Mail-SPF-Query-1.96.tar.gz) = 773447574368abb73f3bece65b003d19

View 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

View File

@ -0,0 +1,4 @@
bin/spfd
bin/spfquery
%%SITE_PERL%%/Mail/SPF/Query.pm
@dirrm %%SITE_PERL%%/Mail/SPF