# -*- 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 5.28 perl5.setup DateTime-Format-Builder 0.82 license {Artistic-1 GPL} maintainers nomaintainer description Create DateTime parser classes and objects long_description DateTime::Format::Builder creates DateTime \ parsers. Many string formats of dates and times \ are simple and just require a basic regular \ expression to extract the relevant information. \ Builder provides a simple way to do this without \ writing reams of structural code. platforms darwin checksums rmd160 06b08ae940278fa1b9e856e140becc8d44dcf69c \ sha256 383faeb22b992c77ca65a5257992dd2f6db91a7db73ea4601c512e1c6c2e1ca3 \ size 63465 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-namespace-clean \ port:p${perl5.major}-sub-exporter-progressive depends_lib-append \ port:p${perl5.major}-datetime \ port:p${perl5.major}-datetime-format-strptime \ port:p${perl5.major}-params-validate \ port:p${perl5.major}-task-weaken supported_archs noarch }