# -*- 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         MIME-Lite 3.038 ../../authors/id/R/RJ/RJBS
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         MIME::Lite - low-calorie MIME generator
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  91952e8286ade2d7ebd4a385ff508614bccfb7d5 \
                    sha256  06eb47db74d594d2256cf4794f2c259e9f3f54b9f61b900544e6e1d879e244f5 \
                    size    77357

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-email-date-format \
                    port:p${perl5.major}-mailtools \
                    port:p${perl5.major}-mime-types
}

notes "
        MIME::Lite is not recommended by its current maintainer. There are
        a number of alternatives, like Email::MIME or MIME::Entity and Email::Sender,
        which you should probably use instead.

        MIME::Lite continues to accrue weird bug reports, and it is not receiving
        a large amount of refactoring due to the availability of better alternatives.

        Please consider using something else.
"
