From 1fadab13d1158fa0594ff37ab71d31990563b8c9 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Fri, 17 Jul 2015 23:47:58 +0200 Subject: perl-cpan/mail-spf: new spell, SPF for perl --- perl-cpan/mail-spf/DEPENDS | 7 +++++++ perl-cpan/mail-spf/DETAILS | 16 ++++++++++++++++ perl-cpan/mail-spf/HISTORY | 3 +++ 3 files changed, 26 insertions(+) create mode 100755 perl-cpan/mail-spf/DEPENDS create mode 100755 perl-cpan/mail-spf/DETAILS create mode 100644 perl-cpan/mail-spf/HISTORY diff --git a/perl-cpan/mail-spf/DEPENDS b/perl-cpan/mail-spf/DEPENDS new file mode 100755 index 0000000000..f754f67bf5 --- /dev/null +++ b/perl-cpan/mail-spf/DEPENDS @@ -0,0 +1,7 @@ +depends perl && +depends netaddr-ip && +depends net-dns-resolver-programmable && +depends net-dns && +depends digest-hmac && +depends uri && +depends perl-error diff --git a/perl-cpan/mail-spf/DETAILS b/perl-cpan/mail-spf/DETAILS new file mode 100755 index 0000000000..bd56108bd7 --- /dev/null +++ b/perl-cpan/mail-spf/DETAILS @@ -0,0 +1,16 @@ + SPELL=mail-spf + VERSION= + SOURCE="Mail-SPF-v2.9.0.tar.gz" + SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/J/JM/JMEHNLE/${SPELL}/${SOURCE} + SOURCE_HASH=sha512:22bf98c4981f121ed85bb5cbc1ebcb2607ada5052bcea0dd8de692e3473a2ebdd3066acd944bb12f0efe64605e4bf7dc695a1549b7608239d0efc059339df60b +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/" + WEB_SITE="http://search.cpan.org/~/Mail-SPF/" + LICENSE[0]=ART + ENTERED=20150716 + SHORT="An object-oriented implementation of Sender Policy Framework" +cat << EOF +Mail::SPF is an object-oriented implementation of Sender Policy Framework +(SPF). This class collection aims to fully conform to the SPF specification +(RFC 4408) so as to serve both as a production quality SPF implementation +and as a reference for other developers of SPF implementations. +EOF diff --git a/perl-cpan/mail-spf/HISTORY b/perl-cpan/mail-spf/HISTORY new file mode 100644 index 0000000000..985f376f1e --- /dev/null +++ b/perl-cpan/mail-spf/HISTORY @@ -0,0 +1,3 @@ +2015-07-16 Florian Franzmann + * DEPENDS, DETAILS: spell created + -- cgit v1.2.3