# -*- 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.70 ../../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  1b56b8660ec9e262b81ba00e81b523ac697b5d3e \
                    sha256  4ed46cdd3b6196e3f803ce3d01fa94fba9834ab86a0b1d3978e547fe60cd2e26 \
                    size    157304

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

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