ports/devel/py-robotframework-seleniumlibrary/Makefile
Kai Knoblich c1c9fdd8a9 devel/py-robotframework-selenium2library: Rename to match upstream
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)
2019-06-25 19:42:23 +00:00

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>