# -*- 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.71 ../../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  028a7669b1c61d19b4c33c2312b5327d72747900 \
                    sha256  eab5858fd78321c9f9c9fdac49165784d9050db3bf230174a665a5e1fa9a5021 \
                    size    168058

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

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