# -*- 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-Charset 1.013.1
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Charset Information for MIME
long_description    MIME::Charset provides information about character \
                    sets used for MIME messages on the Internet.

checksums           rmd160  892a0eaf72e42ef47cc5b48cb2d984958b9a7a54 \
                    sha256  1bb7a6e0c0d251f23d6e60bf84c9adefc5b74eec58475bfee4d39107e60870f0 \
                    size    55939

platforms           {darwin any}

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-encode \
                    port:p${perl5.major}-encode-din66003 \
                    port:p${perl5.major}-encode-eucjpascii \
                    port:p${perl5.major}-encode-hanextra \
                    port:p${perl5.major}-encode-jisx0213 \
                    port:p${perl5.major}-pod2-base

    supported_archs noarch
}