mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
23 lines
725 B
Makefile
23 lines
725 B
Makefile
PORTNAME= robotframework-seleniumlibrary
|
|
PORTVERSION= 5.1.3
|
|
CATEGORIES= devel www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Web testing library for Robot Framework
|
|
WWW= https://github.com/robotframework/SeleniumLibrary
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=3.1.2:devel/py-robotframework@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}robotframework-pythonlibcore>=2.1.0:devel/py-robotframework-pythonlibcore@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}selenium>=3.141.0:www/py-selenium@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|