# $Id: Portfile 109876 2013-08-21 02:34:55Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           Catalyst-Plugin-DateTime 0.03
revision              3
license               {Artistic-1 GPL}
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
supported_archs       noarch

checksums             md5 3ad09a34f38dd2a34b57deb678c19cdf

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