# $Id: Portfile,v 1.1 2005/04/29 00:03:44 mww Exp $

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
