# -*- 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         POSIX-strftime-Compiler 0.46

maintainers         {khindenburg @kurthindenburg} openmaintainer
license             {Artistic-1 GPL}

platforms           {darwin any}
supported_archs     noarch

description         GNU C library compatible strftime for loggers and servers
long_description \
    POSIX::strftime::Compiler provides GNU C library compatible strftime(3).\
    But this module will not be affected by the system locale. This feature is \
    useful when you want to write loggers, servers and portable applications.

checksums           rmd160  972c2eb8839340b376738c60c82d1d743d574b38 \
                    sha256  bf88873248ef88cc5e68ed074493496be684ec334e11273d4654306dd9dae485 \
                    size    17189

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-module-build-tiny \
                    port:p${perl5.major}-test-simple

    perl5.use_module_build
}