Permalink
Browse files
p5-locale-codes: new port
Locale::Codes - a distribution of modules to handle locale codes. In perl 5.28, Locale::Codes is in core but deprecated and will be removed from perl core in perl 5.30. It will continue to be maintained and distributed via CPAN. For compatibility with perl 5.30, ports that depend on Locale::Codes (e.g. p5-datetime-timezone) should add a dependency on this port.
- Loading branch information
| @@ -0,0 +1,19 @@ | ||
| # -*- 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 | ||
|
|
||
| PortSystem 1.0 | ||
| PortGroup perl5 1.0 | ||
|
|
||
| perl5.branches 5.26 5.28 | ||
| perl5.setup Locale-Codes 3.60 | ||
| license {Artistic-1 GPL} | ||
| maintainers {devans @dbevans} openmaintainer | ||
| description Locale::Codes - a distribution of modules to handle locale codes | ||
| long_description ${description} | ||
|
|
||
| platforms darwin | ||
|
|
||
| checksums rmd160 70c80dc3db115d9eaea2e30e7944cbc3977f36bd \ | ||
| sha256 32829bc49d927335de6994f3cfd55c5e693881602564c2aa966fe86740371194 \ | ||
| size 854853 | ||
|
|
||
| supported_archs noarch |