# -*- 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               5
perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         DateTime-TimeZone 2.64 ../../authors/id/D/DR/DROLSKY
revision            0
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         DateTime::TimeZone - Time zone object base class and factory
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  7155e5f936c2cd3c4ec0645bccf42c328185f2a9 \
                    sha256  7c2d638a52e5b5ca77f325e48087495a65ba6bfbd39d858aeba98d21216964cd \
                    size    923239

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-fatal \
                    port:p${perl5.major}-test-output \
                    port:p${perl5.major}-test-requires \
                    port:p${perl5.major}-test-taint
    
    depends_lib-append \
                    port:p${perl5.major}-class-singleton \
                    port:p${perl5.major}-locale-codes \
                    port:p${perl5.major}-module-runtime \
                    port:p${perl5.major}-namespace-autoclean \
                    port:p${perl5.major}-params-validationcompiler \
                    port:p${perl5.major}-specio \
                    port:p${perl5.major}-try-tiny
}

livecheck.type      regex
livecheck.url       https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/
livecheck.regex     "${perl5.module}-(\\d+(?:\\.\\d+)*)"
