pkgsrc/www/ruby-coffee-rails/Makefile
taca 33d3b9e00e www/ruby-coffee-rails: add package version 4.2.2
Add ruby-coffee-rails package version 4.2.2 which supported by Ruby on
Rails 4.2 and later.

CoffeeScript adapter for the Rails asset pipeline.  Also adds support to use
CoffeeScript to respond to JavaScript requests (use `.coffee` views).
2019-03-03 15:45:40 +00:00

20 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/03/03 15:45:40 taca Exp $
DISTNAME= coffee-rails-4.2.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rails-/rails${RUBY_RAILS}-/}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rails/coffee-rails
COMMENT= Coffee Script adapter for the Rails asset pipeline
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-coffee-script>=2.2.0:../../lang/ruby-coffee-script
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= 42 51
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"