blob: fd690d537dbde0849e7fc8f11c32e0468c4623f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= selenium
PORTVERSION= 2.53.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Python bindings for Selenium
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= FIREFOX
FIREFOX_DESC= Install Firefox
FIREFOX_USES= gecko:firefox
.include <bsd.port.mk>
|