# -*- 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$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup DateTime-Format-Pg 0.16012 license {Artistic-1 GPL} maintainers nomaintainer description Parse and format PostgreSQL dates and times long_description This module understands the formats used by PostgreSQL \ for its DATE, TIME, TIMESTAMP, and INTERVAL data types. \ It can be used to parse these formats in order to \ create DateTime or DateTime::Duration objects, and it \ can take a DateTime or DateTime::Duration object and \ produce a string representing it in a format accepted \ by PostgreSQL. platforms darwin checksums rmd160 a35b92810933ba27535277a6b69e833ae6c9aebc \ sha256 ebd7d334b6cb53a35b7cf0a7acc11ac7839eb0664e8b239edd2450f405c1d9f5 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-module-build-tiny depends_lib-append \ port:p${perl5.major}-datetime \ port:p${perl5.major}-datetime-format-builder \ port:p${perl5.major}-datetime-timezone supported_archs noarch perl5.use_module_build }