# -*- 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         Unicode-UTF8 0.72 ../../authors/id/C/CH/CHANSEN
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Unicode::UTF8 - Encoding and decoding of UTF-8 encoding form
long_description    {*}${description}

checksums           rmd160  984fe031f266878abfebffbdd782ae4121d7e7fb \
                    sha256  06f63781fa795ac0277156eccb0a706ff8c0902048781a3417e0a409763a3443 \
                    size    173515

if {${perl5.major} != ""} {
    compiler.c_standard 1999

    depends_build-append \
                    port:p${perl5.major}-devel-checkcompiler \
                    port:p${perl5.major}-test-fatal
}
