# -*- 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         libintl-perl 1.37 ../../authors/id/G/GU/GUIDO
revision            0
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}

checksums           rmd160  c51ae073915b97796cba48d4ec63e6022239bbaa \
                    sha256  a49b08d56813789e5f03289a3f949459eafe9e40a1a9fc066c42c90009a322cf \
                    size    583792

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

    depends_lib-append \
                    port:gettext-runtime \
                    port:libiconv
}
