# -*- 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_auth 0.08
revision            4
license             {Artistic-1 GPL}
maintainers         nomaintainer
platforms           {darwin any}

description         Perl5 SMTP client with AUTHentication

long_description    This module 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.

checksums           md5 23a911893c92c7c26ab9a78882691d9c \
                    sha1 8beed886833a17732055df7d14fc579eea19b654 \
                    rmd160 1cc6f43c592db9edb32bf1f32dfba1d0d5a70a15

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-authen-sasl \
                    port:p${perl5.major}-digest-hmac

    supported_archs noarch
}
