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