# -*- 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 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup DateTime-Format-Strptime 1.68 license Artistic-2 maintainers nomaintainer description Parse and format strp and strf time patterns long_description This module implements most of strptime(3), the \ POSIX function that is the reverse of strftime(3), \ for DateTime. While strftime takes a DateTime and a \ pattern and returns a string, strptime takes a \ string and a pattern and returns the DateTime \ object associated. platforms darwin checksums rmd160 7962e4335c2f8ab0ef78d4401a9bf21650eb095a \ sha256 d0f97e282b4de61390b5c3a498d3b9ee553f728c169c0845c6de02102d823929 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-warnings depends_lib-append \ port:p${perl5.major}-datetime \ port:p${perl5.major}-datetime-locale \ port:p${perl5.major}-datetime-timezone \ port:p${perl5.major}-package-deprecationmanager \ port:p${perl5.major}-params-validate \ port:p${perl5.major}-try-tiny supported_archs noarch }