From 1492fd2c7fce5f8074676b2285248b8616df4cf7 Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 17 Feb 2004 22:48:18 +0000 Subject: Initial import of Perl module Mail::SPF::Query. The SPF (Sender Permitted From) 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/p5-Mail-SPF-Query/DESCR | 3 +++ mail/p5-Mail-SPF-Query/Makefile | 23 +++++++++++++++++++++++ mail/p5-Mail-SPF-Query/PLIST | 1 + mail/p5-Mail-SPF-Query/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 mail/p5-Mail-SPF-Query/DESCR create mode 100644 mail/p5-Mail-SPF-Query/Makefile create mode 100644 mail/p5-Mail-SPF-Query/PLIST create mode 100644 mail/p5-Mail-SPF-Query/distinfo (limited to 'mail') diff --git a/mail/p5-Mail-SPF-Query/DESCR b/mail/p5-Mail-SPF-Query/DESCR new file mode 100644 index 00000000000..bb24780ac11 --- /dev/null +++ b/mail/p5-Mail-SPF-Query/DESCR @@ -0,0 +1,3 @@ +The SPF (Sender Permitted From) 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. diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile new file mode 100644 index 00000000000..c101a36aaeb --- /dev/null +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 22:48:18 heinz Exp $ + +DISTNAME= Mail-SPF-Query-1.991 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5msq +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://spf.pobox.com/ +COMMENT= Perl module for Sender-Permitted-From queries + +DEPENDS+= p5-Net-DNS>=0.33:../../net/p5-Net-DNS +DEPENDS+= p5-Net-CIDR-Lite>=0.15:../../net/p5-Net-CIDR-Lite +# needs URI::Escape >= 3.20 +DEPENDS+= p5-URI>=1.18:../../www/p5-URI + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/SPF/Query/.packlist +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-SPF-Query/PLIST b/mail/p5-Mail-SPF-Query/PLIST new file mode 100644 index 00000000000..fb1849332c2 --- /dev/null +++ b/mail/p5-Mail-SPF-Query/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 22:48:18 heinz Exp $ diff --git a/mail/p5-Mail-SPF-Query/distinfo b/mail/p5-Mail-SPF-Query/distinfo new file mode 100644 index 00000000000..044a3f46db4 --- /dev/null +++ b/mail/p5-Mail-SPF-Query/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/17 22:48:18 heinz Exp $ + +SHA1 (Mail-SPF-Query-1.991.tar.gz) = 71a49ffbe2638bb613595c978a632318430b2a07 +Size (Mail-SPF-Query-1.991.tar.gz) = 37849 bytes -- cgit v1.2.3