mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
ded00d73ec
Changes: https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES PR: 223441 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
30 lines
655 B
Makefile
30 lines
655 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= selenium
|
|
PORTVERSION= 3.7.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Python bindings for Selenium
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= FIREFOX
|
|
FIREFOX_DESC= Install Firefox
|
|
|
|
FIREFOX_USES= gecko:firefox
|
|
|
|
# Don't install binary Firefox extension
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
|
|
@${RM} ${WRKSRC}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
|
|
|
|
.include <bsd.port.mk>
|