Ticket #24991: p5-datetime-format-sqlite.Portfile
File p5-datetime-format-sqlite.Portfile, 464 bytes (added by dev@…, 14 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | |
6 | perl5.setup DateTime-Format-SQLite 0.11 |
7 | maintainers fpassera.com:dev openmaintainer |
8 | description Parse and format SQLite dates and times |
9 | long_description ${description} |
10 | |
11 | platforms darwin |
12 | |
13 | checksums md5 9cc9cc861407a1bbc696226605279842 \ |
14 | sha1 a04f88268e2c3cddbdc33d4d2082779014b88ea4 \ |
15 | rmd160 acb1ceccca1b0eaa0a809c4f810ea30bd41346f7 |
16 | |
17 | depends_lib-append port:p5-test-simple \ |
18 | port:p5-datetime-format-builder |