pkgsrc/www/ruby-coffee-rails32/Makefile
taca 1f9ecff01f Imporring www/ruby-coffee-rails32 version 3.2.2.
This version is for Ruby on Rails 3.2.
Coffee Script adapter for the Rails asset pipeline.
2012-03-20 13:16:39 +00:00

19 lines
529 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/03/20 13:16:39 taca Exp $
DISTNAME= coffee-rails-3.2.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rails/coffee-rails/tree/3-1-stable/
COMMENT= Coffee Script adapter for the Rails 3.2 asset pipeline
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-coffee-script>=2.2.0:../../lang/ruby-coffee-script
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
RUBY_RAILS_SUPPORTED= 32
OVERRIDE_GEMSPEC+= railties~>3.2.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"