1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libnet-smtpauth-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libauthen-sasl-perl,
libdigest-hmac-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-smtpauth-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-smtpauth-perl.git
Homepage: https://metacpan.org/release/Net-SMTP_auth
Package: libnet-smtpauth-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libauthen-sasl-perl,
libdigest-hmac-perl
Description: Perl module that provides SMTP authentication (Net::SMTP_auth)
Net::SMTP_auth implements a client interface to the SMTP and ESMTP protocol
AUTH service extension, enabling a perl5 application to talk to and
authenticate against SMTP servers.
.
This module supplies a more powerful environment than Net::SMTP (provided
by perl-modules).
|