opnsense-ports/www/py-selenium/Makefile
Franco Fichtner 934d69e7a3 */*: sync with upstream
Taken from: FreeBSD
2016-03-25 11:56:02 +01:00

23 lines
447 B
Makefile

# 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>