mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
The Python package was forked from the old SeleniumLibrary as Selenium2Library to use Selenium 2 and WebDriver technologies. Later then it was renamed back to its original name, SeleniumLibrary. Thus rename the existing port to py-robotframework-seleniumlibrary and update the pkg-descr to reflect the new constellation. PR: 224814 Submitted by: vladimir.chukharev@gmail.com (maintainer) Reviewed by: miwi (earlier version)
24 lines
598 B
Makefile
24 lines
598 B
Makefile
# Created by: Vladimir Chukharev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= robotframework-seleniumlibrary
|
|
PORTVERSION= 3.3.1
|
|
CATEGORIES= devel www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= Vladimir.Chukharev@gmail.com
|
|
COMMENT= Web testing library for Robot Framework
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}selenium>=3.4.0:www/py-selenium@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|