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