# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Net-SMTP-SSL 1.04
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         SSL support for Net::SMTP (DEPRECATED)
long_description    ${description}. Since Net::SMTP v1.28, Net::SMTP, \
                    itself, has support for SMTP over SSL, and also \
                    for STARTTLS. Use Net::SMTP, not Net::SMTP::SSL

checksums           rmd160  8dc7bc4aacabcafb3ea8be5adb1a06a432c59f28 \
                    sha256  7b29c45add19d3d5084b751f7ba89a8e40479a446ce21cfd9cc741e558332a00

platforms           {darwin any}
supported_archs     noarch

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-io-socket-ssl
}
