1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.18 5.20 5.22 |
---|
8 | perl5.setup Net-SMTP-TLS 0.12 ../by-authors/id/A/AW/AWESTHOLM |
---|
9 | |
---|
10 | platforms darwin |
---|
11 | maintainers openmaintainer \ |
---|
12 | master-developer.com:macports |
---|
13 | license {Artistic-1 GPL} |
---|
14 | |
---|
15 | supported_archs noarch |
---|
16 | |
---|
17 | if { ${perl5.major} != "" } { |
---|
18 | depends_lib-append port:p${perl5.major}-net-ssleay \ |
---|
19 | port:p${perl5.major}-io-socket-ssl \ |
---|
20 | port:p${perl5.major}-digest-hmac |
---|
21 | } |
---|
22 | |
---|
23 | description Net::SMTP::TLS - An SMTP client supporting TLS and AUTH |
---|
24 | |
---|
25 | long_description Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API. \ |
---|
26 | During construction of an Net::SMTP::TLS instance, the full login process will occur. This involves first sending EHLO to the server, then initiating a TLS session through STARTTLS. Once this is complete, the module will attempt to login using the credentials supplied by the constructor, if such credentials have been supplied. |
---|
27 | |
---|
28 | checksums rmd160 0dbf85a683a9371a26f586cb831591881e46b7c4 \ |
---|
29 | sha256 efe772667ac37702b96b6db5297cc827427a3b3a3819b7a4315b08b9d444e4a5 |
---|
30 | |
---|
31 | homepage http://search.cpan.org/~awestholm/Net-SMTP-TLS-0.12/lib/Net/SMTP/TLS.pm |
---|
32 | |
---|