Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= selenium |
4 |
PORTNAME= selenium |
5 |
PORTVERSION= 3.0.2 |
5 |
PORTVERSION= 3.0.2 |
|
|
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-17
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 |
LIB_DEPENDS= libc.so.6:misc/compat6x |
18 |
|
15 |
USES= python |
19 |
USES= python |
16 |
USE_PYTHON= distutils autoplist |
20 |
USE_PYTHON= distutils autoplist |
17 |
|
21 |
|
Lines 20-23
Link Here
|
20 |
|
24 |
|
21 |
FIREFOX_USES= gecko:firefox |
25 |
FIREFOX_USES= gecko:firefox |
22 |
|
26 |
|
|
|
27 |
post-install: |
28 |
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/webdriver/firefox/amd64/x_ignore_nofocus.so |
29 |
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/webdriver/firefox/x86/x_ignore_nofocus.so |
30 |
|
23 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.mk> |