summaryrefslogtreecommitdiff
path: root/textproc/ruby-rails-dom-testing1/Makefile
blob: 939ebe76efe737756694d8517796fa8a08be8042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 2018/03/18 14:21:21 taca Exp $

DISTNAME=	rails-dom-testing-1.0.9
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:S/-testing/-testing1/}
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
DEPENDS+=	${RUBY_PKGPREFIX}-rails-deprecated_sanitizer>=1.0.1:../../www/ruby-rails-deprecated_sanitizer

OVERRIDE_GEMSPEC+=	nokogiri>=1.6.0
RUBY_RAILS_ACCEPTED=	42

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"