summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorheinz <heinz>2004-02-17 22:48:18 +0000
committerheinz <heinz>2004-02-17 22:48:18 +0000
commit1492fd2c7fce5f8074676b2285248b8616df4cf7 (patch)
treeb6a90b078b1f4e8215a8ff62c2639296d4663882 /mail
parenta07210fb73942fbfec17e53b3206892300a2b511 (diff)
downloadpkgsrc-1492fd2c7fce5f8074676b2285248b8616df4cf7.tar.gz
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.
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-SPF-Query/DESCR3
-rw-r--r--mail/p5-Mail-SPF-Query/Makefile23
-rw-r--r--mail/p5-Mail-SPF-Query/PLIST1
-rw-r--r--mail/p5-Mail-SPF-Query/distinfo4
4 files changed, 31 insertions, 0 deletions
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