8d6a6e85f1
Drop support for rails51.
17 lines
456 B
Makefile
17 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/09/10 16:49:20 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= 52 60
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|