# -*- 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.68 ../../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  1a65bceebb921b136a5ba2adf7e387e70d5f8b5f \
                    sha256  ca9dfbebf57cbe470dc68136ac792d6c89a38e7de5c7d2084b5c90e8d1010105 \
                    size    156361

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

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