# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-robotframework-selenium2library
version             3.0.0
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         nomaintainer

description         Robot Framework library to run web-based tests

long_description    Library to run web-based tests with Selenium. \
                    This is a compatibility wrapper for SeleniumLibrary.

homepage            https://github.com/robotframework/Selenium2Library

checksums           rmd160  cccd041688905bcbfb161ed9094ceea08fd022e0 \
                    sha256  2a8e942b0788b16ded253039008b34d2b46199283461b294f0f41a579c70fda7 \
                    size    71087

python.versions     313 314

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:py${python.version}-robotframework-seleniumlibrary
}
