mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
903b240766
PR: ports/173568 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Feature safe: yes
36 lines
668 B
Makefile
36 lines
668 B
Makefile
# New ports collection makefile for: py-selenium
|
|
# Date created: 6 November 2011
|
|
# Whom: Douglas Thrift
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= selenium
|
|
PORTVERSION= 2.26.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= douglas@douglasthrift.net
|
|
COMMENT= Python bindings for Selenium
|
|
|
|
LICENSE= AL2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rdflib>=3.1.0:${PORTSDIR}/textproc/py-rdflib
|
|
|
|
LATEST_LINK= py-${PORTNAME}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
OPTIONS_DEFINE= FIREFOX
|
|
FIREFOX_DESC= Install Firefox
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MFIREFOX}
|
|
USE_FIREFOX= 10+
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|