# -*- 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.34 ../../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  e34ea142affa6f19b8a1c47f64ff3e96a784385e \
                    sha256  82eafe392b90878f099dc07c0dc0c6480c1f62ee02f484ccae3a421b63b31dc1 \
                    size    581326

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

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