# Version 3.8.1 Release date: 2018-09-22 ### Fixed * Filling in of date fields with a string when using selenium chrome regression [Micah Geisel]
23 lines
847 B
Makefile
23 lines
847 B
Makefile
# $NetBSD: Makefile,v 1.18 2018/09/24 16:03:42 taca Exp $
|
|
|
|
DISTNAME= capybara-3.8.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel ruby www
|
|
|
|
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}-nokogiri>=1.8:../../textproc/ruby-nokogiri
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mini_mime>=0.1.3:../../mail/ruby-mini_mime
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack16>=1.6.0:../../www/ruby-rack16
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack-test>=0.6.3:../../www/ruby-rack-test
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-xpath>=3.1:../../textproc/ruby-xpath
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
|
|
|
|
USE_LANGUAGES= # none
|
|
RUBY_VERSIONS_ACCEPTED= 23 24 25
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|