# -*- 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 64679 2010-03-14 14:46:41Z jwa@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name				py26-robotframework-seleniumlibrary
set internal_name	robotframework-seleniumlibrary

version             2.3.1
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     3e8de0cb26aa94e0a285b40a3a942075 \
                    sha1    08ed87450dde066442c172c79609d84c3c67b584 \
                    rmd160  b876960556cdf768bcf9ce70347a9003070ac10d

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