From 2fdb9f3359cb49d591c5bdbc7a4b45cc4e6b0101 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 16 Jan 2004 21:20:15 +0000 Subject: [PATCH] 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. --- mail/Makefile | 1 + mail/p5-Mail-SPF-Query/Makefile | 25 +++++++++++++++++++++++++ mail/p5-Mail-SPF-Query/distinfo | 1 + mail/p5-Mail-SPF-Query/pkg-descr | 9 +++++++++ mail/p5-Mail-SPF-Query/pkg-plist | 4 ++++ 5 files changed, 40 insertions(+) create mode 100644 mail/p5-Mail-SPF-Query/Makefile create mode 100644 mail/p5-Mail-SPF-Query/distinfo create mode 100644 mail/p5-Mail-SPF-Query/pkg-descr create mode 100644 mail/p5-Mail-SPF-Query/pkg-plist diff --git a/mail/Makefile b/mail/Makefile index 37249b1c64bf..b76f61e1601c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -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 diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile new file mode 100644 index 000000000000..9fd4bfd2de21 --- /dev/null +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -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 diff --git a/mail/p5-Mail-SPF-Query/distinfo b/mail/p5-Mail-SPF-Query/distinfo new file mode 100644 index 000000000000..c2c6fc86d624 --- /dev/null +++ b/mail/p5-Mail-SPF-Query/distinfo @@ -0,0 +1 @@ +MD5 (Mail-SPF-Query-1.96.tar.gz) = 773447574368abb73f3bece65b003d19 diff --git a/mail/p5-Mail-SPF-Query/pkg-descr b/mail/p5-Mail-SPF-Query/pkg-descr new file mode 100644 index 000000000000..e51c4b75e540 --- /dev/null +++ b/mail/p5-Mail-SPF-Query/pkg-descr @@ -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 diff --git a/mail/p5-Mail-SPF-Query/pkg-plist b/mail/p5-Mail-SPF-Query/pkg-plist new file mode 100644 index 000000000000..81f9405356e4 --- /dev/null +++ b/mail/p5-Mail-SPF-Query/pkg-plist @@ -0,0 +1,4 @@ +bin/spfd +bin/spfquery +%%SITE_PERL%%/Mail/SPF/Query.pm +@dirrm %%SITE_PERL%%/Mail/SPF