11a08a2134
Changes: https://github.com/mattheworiordan/capybara-screenshot/releases https://github.com/mattheworiordan/capybara-screenshot/blob/master/CHANGELOG.md
22 lines
410 B
Makefile
22 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= capybara-screenshot
|
|
PORTVERSION= 1.0.25
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Automatically create snapshots with Capybara
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-capybara>=1.0<4:devel/rubygem-capybara \
|
|
rubygem-launchy>=0:devel/rubygem-launchy
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|