1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup DateTime-Format-Builder 0.7806 |
---|
6 | version 0.78.06 |
---|
7 | maintainers mat@FreeBSD.org |
---|
8 | description Create DateTime parser classes and objects |
---|
9 | long_description \ |
---|
10 | DateTime::Format::Builder creates DateTime parsers. Many string formats \ |
---|
11 | of dates and times are simple and just require a basic regular \ |
---|
12 | expression to extract the relevant information. Builder provides a \ |
---|
13 | simple way to do this without writing reams of structural code. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums md5 31f030e6f03cd95ebb343f2f856bf704 |
---|
18 | |
---|
19 | depends_lib-append lib:XXX:p5-params-validate lib:XXX:p5-datetime \ |
---|
20 | lib:XXX:p5-datetime-format-strptime lib:XXX:p5-class-factory-utils |
---|
21 | |
---|
22 | perl5.use_module_build |
---|