# -*- 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.26
perl5.setup         libintl-perl 1.29 ../../authors/id/G/GU/GUIDO
license             GPL-3
maintainers         nomaintainer
description         Perl internationalization library
long_description    An internationalization library for Perl compatible with \
                    the Uniforum message translations system such as the \
                    one in GNU gettext.

homepage            https://metacpan.org/release/${perl5.module}

platforms           darwin

checksums           rmd160  36516bd00dcd322d2e6c21ce7895681d13c6ce26 \
                    sha256  78935f10db6d6a080c3160b4ae02c3f6ed07ef6bf624623295a87545e0cbfbb1

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:gettext \
                    port:libiconv
}