1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup Test-WWW-Selenium 1.24 |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer |
---|
10 | supported_archs noarch |
---|
11 | |
---|
12 | description Test applications using Selenium Remote Control |
---|
13 | |
---|
14 | long_description This module sends commands directly to a Selenium \ |
---|
15 | Server using simple HTTP GET/POST requests. Using this \ |
---|
16 | module together with a Selenium Server instance, you \ |
---|
17 | can automatically control any supported browser. |
---|
18 | |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | checksums md5 0fe23e175ca2606282497c4cf504b46a \ |
---|
22 | sha1 d83992a57b74dd1a6369ae02459e34bfc86fd27d \ |
---|
23 | rmd160 fc4aca2c82f8dc6d9ce420acf9a3aee9c75e2265 |
---|
24 | |
---|
25 | depends_lib-append port:p5-test-simple \ |
---|
26 | port:p5-libwww-perl \ |
---|
27 | port:p5-uri \ |
---|
28 | port:p5-time-hires |
---|