Commits
Christopher Chavez authored and Perry E. Metzger committed 19118b5f6a6
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | epoch 1 |
7 7 | perl5.branches 5.26 |
8 - | perl5.setup DateTime-Locale 1.20 |
8 + | perl5.setup DateTime-Locale 1.22 |
9 9 | license {Artistic-1 GPL} |
10 10 | maintainers nomaintainer |
11 11 | description Localization support for DateTime |
12 12 | long_description DateTime::Locale is primarily a factory for the \ |
13 13 | various locale subclasses. It also provides some \ |
14 14 | functions for getting information on available \ |
15 15 | locales. If you want to know what methods are \ |
16 16 | available for locale objects, then please read the \ |
17 17 | DateTime::Locale::Base documentation. |
18 18 | |
19 19 | platforms darwin |
20 20 | |
21 - | checksums rmd160 fe27cb8cf9cbe3e5ac7b210bb8accf2d3aaf7987 \ |
22 - | sha256 998f034234441932c82a4598fa49a14f346d6e981d1d2d91a179913a9f81b898 \ |
23 - | size 1304691 |
21 + | checksums rmd160 c23cbacfa96877c4f709f3454addd1b732c72339 \ |
22 + | sha256 757b3915c6b2aac89462c52fed36543f27dfb66abc98c895523d2ab95da65f94 \ |
23 + | size 1307053 |
24 24 | |
25 25 | if {${perl5.major} != ""} { |
26 26 | depends_build-append \ |
27 27 | port:p${perl5.major}-cpan-meta-check \ |
28 28 | port:p${perl5.major}-file-sharedir-install \ |
29 29 | port:p${perl5.major}-ipc-system-simple \ |
30 30 | port:p${perl5.major}-test-fatal \ |
31 31 | port:p${perl5.major}-test-file-sharedir \ |
32 32 | port:p${perl5.major}-test-requires \ |
33 33 | port:p${perl5.major}-test-warnings |