1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup DateTime-Format-Strptime 1.0601 |
---|
6 | version 1.06.01 |
---|
7 | maintainers mat@FreeBSD.org |
---|
8 | description Parse and format strp and strf time patterns |
---|
9 | long_description \ |
---|
10 | This module implements most of strptime(3), the POSIX function that is \ |
---|
11 | the reverse of strftime(3), for DateTime. While strftime takes a \ |
---|
12 | DateTime and a pattern and returns a string, strptime takes a string \ |
---|
13 | and a pattern and returns the DateTime object associated. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums md5 4d65ba10fb7886c313ab817fe611ee65 |
---|
18 | |
---|
19 | depends_lib-append lib:XXX:p5-params-validate lib:XXX:p5-datetime-locale \ |
---|
20 | lib:XXX:p5-datetime-timezone lib:XXX:p5-datetime |
---|