opnsense-ports/www/rubygem-selenium-webdriver/Makefile
Franco Fichtner 161597f629 */*: sync with upstream
Taken from: HardenedBSD
2018-08-06 07:53:52 +02:00

21 lines
454 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= selenium-webdriver
PORTVERSION= 3.14.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool for writing automated tests of websites
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-childprocess>=0.5:devel/rubygem-childprocess \
rubygem-rubyzip>=1.2:archivers/rubygem-rubyzip
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>