freebsd-ports/www/rubygem-webdrivers/Makefile
Sunpoet Po-Chuan Hsieh 00f303201c Add rubygem-webdrivers 4.1.2
Run Selenium tests more easily with automatic installation and updates for all
supported webdrivers.

WWW: https://github.com/titusfortner/webdrivers
2019-08-10 22:48:16 +00:00

24 lines
575 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= webdrivers
PORTVERSION= 4.1.2
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Run Selenium tests more easily with install and updates for all supported webdrivers
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-nokogiri>=1.6<2:textproc/rubygem-nokogiri \
rubygem-rubyzip>=1.0<2:archivers/rubygem-rubyzip \
rubygem-selenium-webdriver>=3.0<4.0:www/rubygem-selenium-webdriver
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>