Index: head/devel/rubygem-sprockets-sass/Makefile =================================================================== --- head/devel/rubygem-sprockets-sass/Makefile (revision 389464) +++ head/devel/rubygem-sprockets-sass/Makefile (revision 389465) @@ -1,19 +1,22 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= sprockets-sass PORTVERSION= 1.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Implements a sprockets-aware sass importer +LICENSE= MIT + RUN_DEPENDS= rubygem-sprockets>=2.0:${PORTSDIR}/devel/rubygem-sprockets \ rubygem-tilt1>=1.1:${PORTSDIR}/devel/rubygem-tilt1 +NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-sprockets-sass/pkg-descr =================================================================== --- head/devel/rubygem-sprockets-sass/pkg-descr (revision 389464) +++ head/devel/rubygem-sprockets-sass/pkg-descr (revision 389465) @@ -1,7 +1,7 @@ When using Sprockets 2.0 with Sass you will eventually run into a pretty big issue. `//= require` directives will not allow Sass mixins, variables, etc. to be shared between files. So you'll try to use `@import`, and that'll also blow up in your face. `sprockets-sass` fixes all of this by creating a Sass::Importer that is Sprockets aware. -WWW: https://rubygems.org/gems/sprockets-sass +WWW: https://github.com/petebrowne/sprockets-sass