Portfile

# $Id: Portfile 20360 2006-11-02 17:59:09Z blair@macports.org $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup DateTime-Format-Pg 0.08
maintainers mat@FreeBSD.org
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 574af60499bdb4c3665f338d6366e11f

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