Ticket #2940: Portfile

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

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     DateTime-Format-ISO8601 0.0402
6version                         0.04.02
7maintainers                     mat@FreeBSD.org
8description                     Parses ISO8601 formats
9long_description \
10        Parses almost all ISO8601 date and time formats. ISO8601 time-intervals \
11        will be supported in a later release.
12
13platforms                       darwin
14
15checksums md5 b23ee264085f3e1f1c7b82a941ace4e8
16
17depends_lib-append  lib:XXX:p5-datetime lib:XXX:p5-datetime-format-builder
18
19perl5.use_module_build