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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Catalyst-Plugin-DateTime 0.03
revision              2
maintainers           nomaintainer
description           DateTime plugin for Catalyst.
long_description      This module's intention is to make the wonders of \
                      DateTime easily accesible within a Catalyst application via the \
                      Catalyst::Plugin interface.
extract.suffix        .tgz

platforms             darwin

checksums             md5 3ad09a34f38dd2a34b57deb678c19cdf

if {${perl5.major} != ""} {
    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-datetime
}
