# $Id: Portfile 109780 2013-08-19 23:55:33Z 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-View-XSLT 0.08
revision                  3
license                   {Artistic-1 GPL}
maintainers               nomaintainer
description               Helper for XSLT Views
long_description          ${description}

platforms                 darwin
supported_archs           noarch

checksums                 md5 d62323c5107f47dd2ef8fe0328c4e64c \
                          sha1 cfde8e1e97aa4fd9a2f37add9956de7e40d95a53 \
                          rmd160 064e135b8c510b816ebf28dfb3c0eef209ed62c4

if {${perl5.major} != ""} {
depends_lib-append        port:p${perl5.major}-catalyst-runtime \
                          port:p${perl5.major}-path-class \
                          port:p${perl5.major}-xml-libxslt

perl5.use_module_build
}
