mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Sass adapter for the Rails asset pipeline.
WWW: http://rubygems.org/gems/sass-rails
This commit is contained in:
parent
3d0e8bbd3f
commit
ad172226dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284411
@ -1235,6 +1235,7 @@
|
||||
SUBDIR += rubygem-rdiscount
|
||||
SUBDIR += rubygem-sanitize
|
||||
SUBDIR += rubygem-sass
|
||||
SUBDIR += rubygem-sass-rails
|
||||
SUBDIR += rubygem-sax-machine
|
||||
SUBDIR += rubygem-spreadsheet
|
||||
SUBDIR += rubygem-syntax
|
||||
|
23
textproc/rubygem-sass-rails/Makefile
Normal file
23
textproc/rubygem-sass-rails/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: rubygem-sass-rails
|
||||
# Date created: 2011-09-11
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sass-rails
|
||||
PORTVERSION= 3.1.4
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Sass adapter for the Rails asset pipeline
|
||||
|
||||
RUN_DEPENDS= rubygem-sass>=3.1.4:${PORTSDIR}/textproc/rubygem-sass \
|
||||
rubygem-railties>=3.1.1:${PORTSDIR}/www/rubygem-railties
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/rubygem-sass-rails/distinfo
Normal file
2
textproc/rubygem-sass-rails/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/sass-rails-3.1.4.gem) = 9c20cf08a7832e77629e77ca5e6fe7e706af3279b6a9afc00adba0f397fbebd5
|
||||
SIZE (rubygem/sass-rails-3.1.4.gem) = 64512
|
3
textproc/rubygem-sass-rails/pkg-descr
Normal file
3
textproc/rubygem-sass-rails/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Sass adapter for the Rails asset pipeline.
|
||||
|
||||
WWW: http://rubygems.org/gems/sass-rails
|
Loading…
Reference in New Issue
Block a user