freebsd-ports/www/rubygem-selenium-webdriver/Makefile
Sunpoet Po-Chuan Hsieh 703984414b Change RUN_DEPENDS from rubygem-childprocess to rubygem-childprocess2
- Bump PORTREVISION for dependency change
2019-09-30 04:18:29 +00:00

26 lines
639 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= selenium-webdriver
PORTVERSION= 3.142.4
PORTREVISION= 1
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-childprocess2>=0.5<3.0:devel/rubygem-childprocess2 \
rubygem-rubyzip>=1.2.2<2: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>