1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup DateTime-Format-Pg 0.08 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Parse and format PostgreSQL dates and times |
---|
8 | long_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 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums md5 574af60499bdb4c3665f338d6366e11f |
---|
18 | |
---|
19 | depends_lib-append lib:XXX:p5-datetime-format-builder |
---|