Ticket #28968: Portfile

File Portfile, 1.1 KB (added by jon.hermansen@…, 13 years ago)
Line 
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
4PortSystem              1.0
5PortGroup               perl5 1.0
6
7perl5.setup             Test-WWW-Selenium 1.24
8platforms               darwin
9maintainers             nomaintainer
10supported_archs         noarch
11
12description             Test applications using Selenium Remote Control
13
14long_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
19platforms               darwin
20
21checksums               md5     0fe23e175ca2606282497c4cf504b46a \
22                        sha1    d83992a57b74dd1a6369ae02459e34bfc86fd27d \
23                        rmd160  fc4aca2c82f8dc6d9ce420acf9a3aee9c75e2265
24
25depends_lib-append      port:p5-test-simple \
26                        port:p5-libwww-perl \
27                        port:p5-uri \
28                        port:p5-time-hires