# $Id: Portfile 57155 2009-09-06 22:09:54Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           DateTime-Format-Pg 0.16004
maintainers           narf_tm openmaintainer
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             md5 50421a0de9321bd3462f9e755878531e \
                      sha1 2196c80cc68a9ea5dc3fdaa506287ae000b8b3a0 \
                      rmd160 579f66e824c795edb5d2f0a5cdac9c464cfe7bec

depends_lib-append    port:p5-datetime \
                      port:p5-datetime-format-builder \
                      port:p5-datetime-timezone
