# -*- 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         Email-Stuffer 0.020
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         A more casual approach to creating and sending Email:: emails
long_description    Email::Stuffer, as its name suggests, is a fairly casual module \
                    used to stuff things into an email and send them. It is a \
                    high-level module designed for ease of use when doing a very \
                    specific common task, but implemented on top of the light and \
                    tolerable Email:: modules.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  4bde1f70ac58b848999493e8d785fad124374ee3 \
                    sha256  0a1efb7f2dedd39052b126f718ca2d3b5845a4123a39392fd9dfa0c76e6057c7 \
                    size    46346

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-moo \
                    port:p${perl5.major}-test-fatal

    depends_lib-append \
                    port:p${perl5.major}-email-mime \
                    port:p${perl5.major}-email-sender \
                    port:p${perl5.major}-module-runtime \
                    port:p${perl5.major}-params-util
}
