Ticket #24990: p5-datetime-format-mysql.Portfile
File p5-datetime-format-mysql.Portfile, 455 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-MySQL 0.04 |
7 | maintainers fpassera.com:dev openmaintainer |
8 | description Parse and format MySQL dates and times |
9 | long_description ${description} |
10 | |
11 | platforms darwin |
12 | |
13 | checksums md5 f52377ecdeb19055ae64037fb1ef530e\ |
14 | sha1 5d960e7250dc9122267d5ce95e88d434cc232d59\ |
15 | rmd160 47a47ee37ae3bbfae1fc9c46c6fd4f4a2b2b86c9 |
16 | |
17 | depends_lib-append port:p5-datetime\ |
18 | port:p5-datetime-format-builder |