[90948] trunk/dports/perl

jmr at macports.org jmr at macports.org
Mon Mar 19 02:09:48 PDT 2012


Revision: 90948
          https://trac.macports.org/changeset/90948
Author:   jmr at macports.org
Date:     2012-03-19 02:09:48 -0700 (Mon, 19 Mar 2012)
Log Message:
-----------
New port: p5-test-www-selenium (#28968)

Added Paths:
-----------
    trunk/dports/perl/p5-test-www-selenium/
    trunk/dports/perl/p5-test-www-selenium/Portfile

Added: trunk/dports/perl/p5-test-www-selenium/Portfile
===================================================================
--- trunk/dports/perl/p5-test-www-selenium/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-test-www-selenium/Portfile	2012-03-19 09:09:48 UTC (rev 90948)
@@ -0,0 +1,31 @@
+# -*- 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
+}


Property changes on: trunk/dports/perl/p5-test-www-selenium/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120319/33793252/attachment.html>


More information about the macports-changes mailing list