# $Id: Portfile 84736 2011-09-30 11:58:22Z jmr@macports.org $

PortSystem                1.0
PortGroup                 perl5 1.0

epoch                     1
perl5.setup               DateTime-Locale 0.45
revision                  2
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                 md5 8ba6a4b70f8fa7d987529c2e2c708862 \
                          sha1 780fbd746d5f4c323b20771e6c7aef98d17d9e86 \
                          rmd160 f318f1c375b5f7099045ace1509a2c8e4b168d7b

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-list-moreutils \
                          port:p${perl5.major}-params-validate

perl5.use_module_build
}
