# $Id: Portfile 109872 2013-08-21 02:25:59Z 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-Unicode-Encoding 0.9
revision            3
license             {Artistic-1 GPL}
maintainers         fpassera.com:dev openmaintainer
platforms           darwin

description         Unicode aware Catalyst
long_description    ${description}

checksums           md5 579f94aa088e57b62f68b58c976a0233 \
                    sha1 fda18388cfe68cb061f85c463928f49e645c15bf \
                    rmd160 f19135f51bdf6fb95896039a532ce8adb985e700

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