# $Id: Portfile 82782 2011-08-20 01:07:52Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

epoch                 5
perl5.setup           DateTime-TimeZone 1.35
revision              1
maintainers           nomaintainer
license               Artistic GPL
supported_archs       noarch

description           Time zone object base class and factory
long_description      This class is the base class for all time zone \
                      objects. A time zone is represented internally as \
                      a set of observances, each of which describes \
                      the offset from GMT for a given time period.

platforms             darwin

checksums             sha1    5b2a49801c6cb1f3e4fef474963834a91624d3a6 \
                      rmd160  02c86fe45f0ec390977207f8f9deddfee4e158e9

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-params-validate \
                      port:p${perl5.major}-class-singleton \
                      port:p${perl5.major}-class-load \
                      port:p${perl5.major}-test-simple \
                      port:p${perl5.major}-parent
}
