pkgsrc/www/ruby-actionview42/Makefile
taca 66c9583833 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
2018-03-18 14:21:19 +00:00

22 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.4 2018/03/18 14:21:22 taca Exp $
DISTNAME= actionview-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-actionview${RUBY_RAILS}-${RAILS_VERSION}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Simple conventions and helpers for building web pages
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=3.1:../../textproc/ruby-builder
DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.7.0:../../www/ruby-erubis
DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing1>=1.0.5:../../textproc/ruby-rails-dom-testing1
DEPENDS+= ${RUBY_PKGPREFIX}-rails-html-sanitizer>=1.0.3:../../www/ruby-rails-html-sanitizer
RUBY_RAILS_ACCEPTED= 42
RUBY_RAILS_STRICT_DEP= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"