# -*- 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-Simple 2.218
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         simple parsing of RFC2822 message format and headers
long_description    ${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  363f41f457d747d197f831228f55d9af2e1ed8d0 \
                    sha256  2dce1d68fde99d53db9ca43e211b69b169ba2efaecf87a55cb33a9336047c96d \
                    size    41777

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