mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
279344b676
PR: 193678 Submitted by: vladimir.chukharev@gmail.com Approved by: douglas@douglasthrift.net(maintainer)
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# Created by: Douglas Thrift <douglas@douglasthrift.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= selenium
|
|
PORTVERSION= 2.43.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Python bindings for Selenium
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rdflib>=3.1.0:${PORTSDIR}/textproc/py-rdflib
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
OPTIONS_DEFINE= FIREFOX
|
|
FIREFOX_DESC= Install Firefox
|
|
|
|
FIREFOX_USES= gecko:firefox
|
|
|
|
.include <bsd.port.mk>
|