# -*- 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: Portfile 78523 2011-05-10 19:20:48Z jwa@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name				py26-robotframework-seleniumlibrary
set internal_name	robotframework-seleniumlibrary

version             2.7
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
depends_lib         port:py26-robotframework

master_sites        http://${internal_name}.googlecode.com/files/
distname            ${internal_name}-${version}

checksums           md5     7952b54f2763d292065c79e1e884828c \
                    sha1    a0e96bbe0b284651055a00bfbbcacecd816e5f82 \
                    rmd160  a8e1fe50f314a21111b8f88598df247a1cc6726f

livecheck.type     regex
livecheck.url      ${homepage}
livecheck.regex    ${internal_name}-(2\\.\[0-9.\]+)\\.tar\\.\[bg\]z
