pkgsrc/textproc/ruby-rails-dom-testing/Makefile
taca 2882a3ef86 textproc/ruby-rails-dom-testing: update to 2.0.3
2.0.3							2017/05/11

* Relax gem dependency

2.0.2							2016/12/27

* Allows bundling with Nokogiri 1.7.0.

2.0.1							2016/06/01

* Raise Nokogiri CSS syntax errors instead of skipping the assertion and
  outputting a deprecation warning.

2.0.0							2016/05/10

* Removes deprecated assert_tag.
* Allows bundling with Rails 5.0.
* Ruby 2.3 support.
* Makes Regexps in error messages easier to read (b810e9b)
2018-03-21 09:36:55 +00:00

17 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.6 2018/03/21 09:36:55 taca Exp $
DISTNAME= rails-dom-testing-2.0.3
CATEGORIES= textproc
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rails/rails-dom-testing
COMMENT= Ruby module to compare DOMs
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.6.0:../../textproc/ruby-nokogiri
RUBY_RAILS_ACCEPTED= 51 42
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"