Ticket #2948: Portfile

File Portfile, 666 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     DateTime-Format-Pg 0.08
6maintainers                     mat@FreeBSD.org
7description                     Parse and format PostgreSQL dates and times
8long_description \
9        This module understands the formats used by PostgreSQL for its DATE, \
10        TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these \
11        formats in order to create DateTime or DateTime::Duration objects, and \
12        it can take a DateTime or DateTime::Duration object and produce a \
13        string representing it in a format accepted by PostgreSQL.
14
15platforms                       darwin
16
17checksums md5 574af60499bdb4c3665f338d6366e11f
18
19depends_lib-append  lib:XXX:p5-datetime-format-builder