ports/www/rubygem-selenium-webdriver/Makefile
Sunpoet Po-Chuan Hsieh 47f7273e22 Update to 3.142.3
- Update WWW
- Take maintainership

Changes:	https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
2019-08-11 11:29:01 +00:00

25 lines
623 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= selenium-webdriver
PORTVERSION= 3.142.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool for writing automated tests of websites
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-childprocess>=0.5<2.0:devel/rubygem-childprocess \
rubygem-rubyzip>=1.2.2<2.0:archivers/rubygem-rubyzip
USES= gem
USE_RUBY= yes
# do not strip files as this breaks the build of the port
# for more details: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220330
STRIP_CMD= ${TRUE}
.include <bsd.port.mk>