1Source: mail-spf-perl
2Homepage: http://search.cpan.org/dist/Mail-SPF/
3Section: mail
4Priority: optional
5Maintainer: Julian Mehnle <julian@mehnle.net>
6Build-Depends: debhelper (>= 7.0.50~)
7Build-Depends-Indep: perl,
8 liberror-perl,
9 libnet-dns-perl,
10 libnet-dns-resolver-programmable-perl,
11 libnetaddr-ip-perl,
12 libtest-pod-perl,
13 liburi-perl
14Standards-Version: 3.9.2
15Vcs-Svn: http://www.mehnle.net/svn/mail-spf-perl
16Vcs-Browser: http://www.mehnle.net/source/mail-spf-perl
17
18Package: libmail-spf-perl
19Section: perl
20Architecture: all
21Depends: ${misc:Depends}, ${perl:Depends},
22 liberror-perl,
23 libnet-dns-perl,
24 libnetaddr-ip-perl,
25 liburi-perl
26Description: Perl implementation of Sender Policy Framework and Sender ID
27 Mail::SPF is an object-oriented Perl implementation of the Sender Policy
28 Framework (SPF) e-mail sender authentication system <http://www.openspf.net>.
29 .
30 It supports both the TXT and SPF RR types as well as both SPFv1 (v=spf1) and
31 Sender ID (spf2.0) records, and it is fully compliant to RFCs 4408 and 4406.
32 (It does not however implement the patented PRA address selection algorithm
33 described in RFC 4407.)
34
35Package: spf-tools-perl
36Section: mail
37Architecture: all
38Depends: ${misc:Depends}, ${perl:Depends},
39 libmail-spf-perl (>= ${source:Version})
40Breaks: spfquery (<< 1.2.5.dfsg-1),
41 libmail-spf-query-perl (<< 1:1.999.1-3)
42Description: SPF tools (spfquery, spfd) based on the Mail::SPF Perl module
43 A collection of Sender Policy Framework (SPF) tools that are based on the
44 fully RFC-conforming Mail::SPF Perl module.  The following tools are included
45 in this package:
46 .
47   * spfquery:  A command-line tool for performing SPF checks.
48   * spfd:      A daemon for services that perform SPF checks frequently.
49