# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Test-WWW-Mechanize-Catalyst 0.60 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 rmd160 94e920eb44daa1e320dbd2e2abcac240c3c3f746 \ sha256 9b827d9a42c5cdedbd694e614e56b452d20d6450778f837efccd8ea87276105a if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-exception \ port:p${perl5.major}-test-utf8 depends_lib-append \ port:p${perl5.major}-catalyst-runtime \ port:p${perl5.major}-class-load \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-moose \ port:p${perl5.major}-test-www-mechanize \ port:p${perl5.major}-www-mechanize \ port:p${perl5.major}-namespace-clean }