# -*- 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.75 ../../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  0a39893f82ed9dc44eb04613554be3cee4baee76 \
                    sha256  55a990d3f939dca56e38d7070c53b413b513f701bff36ded0dd32f9840ccad53 \
                    size    175996

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

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