pkgsrc/www/ruby-jquery-rails/Makefile
taca fcc7712cd7 www/ruby-jquery-rails: relax rails version
Relax restriction to versions of Ruby on Rails.
2020-03-21 16:40:37 +00:00

18 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.15 2020/03/21 16:40:37 taca Exp $
DISTNAME= jquery-rails-4.3.5
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rails/jquery-rails
COMMENT= Rails jQuery support
LICENSE= mit
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14<2:../../devel/ruby-thor
DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing
RUBY_RAILS_ACCEPTED= # defined
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"