# -*- 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         TeX-Encode 2.010
revision            0
platforms           {darwin any}
supported_archs     noarch
maintainers         {gmail.com:davide.liessi @dliessi} openmaintainer
license             {Artistic-1 GPL}
description         Encode/decode Perl utf-8 strings into TeX
long_description    {*}${description}

checksums           rmd160  325dde99a7730f0ff8bdbc38c758c7670aa4bcb7 \
                    sha256  3f58f908ee272b4438cf338646941cb7d5201e4ebf5e7bf335d70d6fbb7399cf \
                    size    35865

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