# $Id: Portfile 85529 2011-10-14 06:58:12Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-WWW-Mechanize-Catalyst 0.53
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Test::WWW::Mechanize for Catalyst
long_description      Test::WWW::Mechanize is a subclass of WWW::Mechanize \
                      that incorporates features for web application testing.

platforms             darwin

checksums             md5 e0ea83d3708d044f9beb670d117f9376 \
                      sha1 bdb3366cc7e43b2bb1080947c6e2bbc98e52724c \
                      rmd160 9124de30258096960f4023bd4423e92874eef6f8

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-catalyst-runtime \
                      port:p${perl5.major}-catalyst-plugin-session-state-cookie \
                      port:p${perl5.major}-catalyst-plugin-session \
                      port:p${perl5.major}-libwww-perl \
                      port:p${perl5.major}-moose \
                      port:p${perl5.major}-test-exception \
                      port:p${perl5.major}-test-www-mechanize \
                      port:p${perl5.major}-www-mechanize \
                      port:p${perl5.major}-namespace-clean
}
