Ticket #2937: Portfile

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

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     DateTime-Format-Strptime 1.0601
6version                         1.06.01
7maintainers                     mat@FreeBSD.org
8description                     Parse and format strp and strf time patterns
9long_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
15platforms                       darwin
16
17checksums md5 4d65ba10fb7886c313ab817fe611ee65
18
19depends_lib-append      lib:XXX:p5-params-validate lib:XXX:p5-datetime-locale \
20                        lib:XXX:p5-datetime-timezone lib:XXX:p5-datetime