# -*- 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.035 ../../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  b16255acd144e276a1dd70e4939f452045523741 \
                    sha256  f5ca81e248de17e4c69bcb3671433985258cfe84447f94bb17c7eb8c77c4af13 \
                    size    61593

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.
"
