View | Details | Raw Unified | Return to bug 234935
Collapse All | Expand All

(-)Makefile (-2 / +9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	selenium
4
PORTNAME=	selenium
5
PORTVERSION=	3.141.0
5
PORTVERSION=	3.141.0
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-26 Link Here
11
COMMENT=	Python bindings for Selenium
12
COMMENT=	Python bindings for Selenium
12
13
13
LICENSE=	APACHE20
14
LICENSE=	APACHE20
15
LICENSE_FILE=	${WRKSRC}/LICENSE
14
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>=0:net/py-urllib3@${PY_FLAVOR}
18
15
USES=		python
19
USES=		python
16
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
17
21
18
NO_ARCH=	yes
22
NO_ARCH=	yes
19
23
20
OPTIONS_DEFINE=	FIREFOX
24
OPTIONS_DEFINE=	FIREFOX CHROMIUM
21
FIREFOX_DESC=	Install Firefox
25
FIREFOX_DESC=	Install Firefox and geckodriver
26
CHROMIUM_DESC=	Install Chromium
22
27
23
FIREFOX_USES=	gecko:firefox
28
FIREFOX_USES=	gecko:firefox
29
FIREFOX_RUN_DEPENDS=	geckodriver:www/geckodriver
30
CHROMIUM_RUN_DEPENDS=	chromedriver:www/chromium
24
31
25
# Don't install binary Firefox extension
32
# Don't install binary Firefox extension
26
post-extract:
33
post-extract:

Return to bug 234935