summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-cpan/mail-spf/DEPENDS7
-rwxr-xr-xperl-cpan/mail-spf/DETAILS16
-rw-r--r--perl-cpan/mail-spf/HISTORY3
3 files changed, 26 insertions, 0 deletions
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 <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+