# -*- 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-EncWords 1.015.0
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Deal with RFC 2047 encoded words
long_description    MIME::EncWords is aimed to be another implimentation \
                    of MIME::Words so that it will achive more exact \
                    conformance with RFC 2047 (former RFC 1522) \
                    specifications. Additionally, it contains some \
                    improvements.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  31bdc4a2952c600341c0249f88504ad0fb837e9b \
                    sha256  23ef065897821337bdd16487e65e2a3798383348225c72cd762bb3741ad009b5 \
                    size    38971

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-encode \
                    port:p${perl5.major}-mime-charset
}
