223634c299
pkgsrc changes: stop a few warnings of pkglint. 3.35.3 (2021-01-29) Fixed * Just a release to have the correct dates in the History.md in released gem 3.35.2 (2021-01-29) Fixed * Selenium deprecation suppressor with Selenium 3.x 3.35.1 (2021-01-26) Fixed * Default chrome driver registrations use chrome - Issue #2442 [Yuriy Alekseyev] * 'Capybara.test_id' usage with the :button selector - Issue #2443
22 lines
847 B
Makefile
22 lines
847 B
Makefile
# $NetBSD: Makefile,v 1.27 2021/02/03 15:33:07 taca Exp $
|
|
|
|
DISTNAME= capybara-3.35.3
|
|
CATEGORIES= www devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jnicklas/capybara
|
|
COMMENT= Integration testing tool for rack based web applications
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mini_mime>=0.1.3:../../mail/ruby-mini_mime
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.8:../../textproc/ruby-nokogiri
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.6.0:../../www/ruby-rack
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack-test>=0.6.3:../../www/ruby-rack-test
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-regexp_parser>=1.5:../../devel/ruby-regexp_parser
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-xpath>=3.2<4:../../textproc/ruby-xpath
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|