# -*- 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.setup             Test-WWW-Selenium 1.24
platforms               darwin
license                 {Artistic-1 GPL}
maintainers             gmail.com:jon.hermansen openmaintainer
supported_archs         noarch

description             Test applications using Selenium Remote Control

long_description        This module sends commands directly to a Selenium \
                        Server using simple HTTP GET/POST requests. Using this \
                        module together with a Selenium Server instance, you \
                        can automatically control any supported browser.

platforms               darwin

checksums               md5     0fe23e175ca2606282497c4cf504b46a \
                        sha1    d83992a57b74dd1a6369ae02459e34bfc86fd27d \
                        rmd160  fc4aca2c82f8dc6d9ce420acf9a3aee9c75e2265

if {${perl5.major} != ""} {
    depends_lib-append  port:p${perl5.major}-test-simple \
                        port:p${perl5.major}-libwww-perl \
                        port:p${perl5.major}-uri \
                        port:p${perl5.major}-time-hires
}