# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 epoch 1 perl5.branches 5.24 perl5.setup DateTime-Locale 1.10 license {Artistic-1 GPL} maintainers nomaintainer description Localization support for DateTime long_description DateTime::Locale is primarily a factory for the \ various locale subclasses. It also provides some \ functions for getting information on available \ locales. If you want to know what methods are \ available for locale objects, then please read the \ DateTime::Locale::Base documentation. platforms darwin checksums rmd160 f89e4c04d10e5af0d72a4bc6615a1b4b76e60817 \ sha256 4bf71372475385b4c7e500641fd02b80749d1ab9ccc572bc37937ee00b0bef13 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-cpan-meta-check \ port:p${perl5.major}-test-fatal \ port:p${perl5.major}-test-requires \ port:p${perl5.major}-test-warnings depends_lib-append \ port:p${perl5.major}-dist-checkconflicts \ port:p${perl5.major}-namespace-autoclean \ port:p${perl5.major}-params-validationcompiler \ port:p${perl5.major}-specio }