diff options
author | mharo <mharo@FreeBSD.org> | 2004-01-17 05:20:15 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-01-17 05:20:15 +0800 |
commit | eddff812c40ddfe01112e25365376ccc5541d5ce (patch) | |
tree | 356e6a2b1c5a89fb2112cd61d8abff9c02e15dd3 /mail/p5-Mail-SPF-Query | |
parent | cbc398d30d42fb1a07f3dff05d56acc3058a520e (diff) | |
download | freebsd-ports-gnome-eddff812c40ddfe01112e25365376ccc5541d5ce.tar.gz freebsd-ports-gnome-eddff812c40ddfe01112e25365376ccc5541d5ce.tar.zst freebsd-ports-gnome-eddff812c40ddfe01112e25365376ccc5541d5ce.zip |
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.
Diffstat (limited to 'mail/p5-Mail-SPF-Query')
-rw-r--r-- | mail/p5-Mail-SPF-Query/Makefile | 25 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/pkg-descr | 9 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/pkg-plist | 4 |
4 files changed, 39 insertions, 0 deletions
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 <bsd.port.mk> 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 |