59ee1809e1
Fix RUBY_RAILS_ACCEPTED to 51 and 52, drop 42 here.
17 lines
456 B
Makefile
17 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.7 2019/03/03 17:30:38 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 52
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|