# -*- 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 python 1.0 name py-robotframework-seleniumlibrary set internal_name robotframework-seleniumlibrary version 2.9.1 license Apache-2 categories-append devel maintainers jwa description Robot Framework library to run web-based tests long_description Library to run web-based tests with Selenium \ using Selenium server included in the package homepage http://code.google.com/p/${internal_name} platforms darwin python.versions 26 27 python.default_version 27 master_sites http://${internal_name}.googlecode.com/files/ distname ${internal_name}-${version} checksums rmd160 8b22a1d2827e584a9a161d7f9cee2d8125864040 \ sha256 84b6e707c0c658de3da65eb7b65c99c1730358c3822c0aeef2860370469fee83 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-robotframework } if {${name} eq ${subport}} { livecheck.type regex livecheck.url ${homepage} livecheck.regex ${internal_name}-(\[2-9\]\\.\[0-9.\]+)\\.tar\\.\[bg\]z } else { livecheck.type none }