# -*- 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

epoch               1
perl5.branches      5.26
perl5.setup         DateTime-Locale 1.18
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Localization support for DateTime
long_description    DateTime::Locale is primarily a factory for the \
                    various locale subclasses. It also provides some \
                    functions for getting information on available \
                    locales. If you want to know what methods are \
                    available for locale objects, then please read the \
                    DateTime::Locale::Base documentation.

platforms           darwin

checksums           rmd160  10a39dc22b62b7bd7e899507d9a1276d71c656c5 \
                    sha256  f47e9ac0c48cf362cd676bed50ce6ddae309e71be625185f16925bf93da45732 \
                    size    1303661

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-cpan-meta-check \
                    port:p${perl5.major}-file-sharedir-install \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-file-sharedir \
                    port:p${perl5.major}-test-requires \
                    port:p${perl5.major}-test-warnings

    depends_lib-append \
                    port:p${perl5.major}-file-sharedir \
                    port:p${perl5.major}-dist-checkconflicts \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-params-validationcompiler \
                    port:p${perl5.major}-specio
}