# -*- 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.033
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         MIME::Lite - low-calorie MIME generator
long_description    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.

platforms           {darwin any}

checksums           rmd160  cfa1e09db4bbc6a71da66c69b5c0a3f611706e65 \
                    sha256  78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab \
                    size    82715

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

    supported_archs noarch
}
