pkgsrc/www/ruby-sass-rails31/Makefile
taca 0b2aa51ece Update ruby-sass-rails31 to 3.1.6.
* Set the standard :css_filename option for sass. This enables relative path
  calculations for assets referred to by the stylesheet.
* Remove the Sass middleware if it gets accidently loaded.
2012-09-16 13:34:57 +00:00

19 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/09/16 13:34:57 taca Exp $
DISTNAME= sass-rails-3.1.6
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rails/sass-rails/
COMMENT= Sass adapter for the Rails asset pipeline
LICENSE= mit
#DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-sass>=3.1.10:../../www/ruby-sass
DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=1.3.2<1.4:../../textproc/ruby-tilt
RUBY_RAILS_SUPPORTED= 31
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"