# -*- 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.28 5.30 5.32 5.34
perl5.setup         DateTime-Locale 1.46 ../../authors/id/D/DR/DROLSKY
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         DateTime::Locale - Localization support for DateTime.pm
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  f267991b716d9f5f805e97fad6190a4750ac6f62 \
                    sha256  fda10fd3ee85f9ce73f46e4ccfe764243978c3ac377e3097597058101b935d9f \
                    size    1643940

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-cpan-meta-check \
                    port:p${perl5.major}-file-sharedir-install \
                    port:p${perl5.major}-ipc-system-simple \
                    port:p${perl5.major}-path-tiny \
                    port:p${perl5.major}-test2-plugin-nowarnings \
                    port:p${perl5.major}-test-file-sharedir \
                    port:p${perl5.major}-test-simple

    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
}
