ports/devel/py-robotframework-seleniumlibrary/Makefile
Kai Knoblich bb932872ab */*: Maintainer reset
Drop maintainership of all ports as his own request.  We thank Vladimir
for all his efforts and hope to welcome him back in the future.

PR:		261391
Approved by:	Vladimir Chukharev (maintainer)
MFH:		2022Q1
2022-01-25 20:22:44 +01:00

23 lines
580 B
Makefile

# Created by: Vladimir Chukharev
PORTNAME= robotframework-seleniumlibrary
PORTVERSION= 3.3.1
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
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:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>