aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-10-27 11:04:14 +0800
committerswills <swills@FreeBSD.org>2011-10-27 11:04:14 +0800
commit3e5a95c35fc1b52f18b6549c183ce3cfd5b3ee20 (patch)
treee5b4b351791e2ca45038e64280b1887e5de88486
parent4b4fada5bba5e54c8d0de7d4d8d5bc478b62eaef (diff)
downloadfreebsd-ports-gnome-3e5a95c35fc1b52f18b6549c183ce3cfd5b3ee20.tar.gz
freebsd-ports-gnome-3e5a95c35fc1b52f18b6549c183ce3cfd5b3ee20.tar.zst
freebsd-ports-gnome-3e5a95c35fc1b52f18b6549c183ce3cfd5b3ee20.zip
Sass adapter for the Rails asset pipeline.
WWW: http://rubygems.org/gems/sass-rails
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-sass-rails/Makefile23
-rw-r--r--textproc/rubygem-sass-rails/distinfo2
-rw-r--r--textproc/rubygem-sass-rails/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c0e9c9a8437f..546d34c3376e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/rubygem-sass-rails/Makefile b/textproc/rubygem-sass-rails/Makefile
new file mode 100644
index 000000000000..f0530de70cdb
--- /dev/null
+++ b/textproc/rubygem-sass-rails/Makefile
@@ -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>
diff --git a/textproc/rubygem-sass-rails/distinfo b/textproc/rubygem-sass-rails/distinfo
new file mode 100644
index 000000000000..bc8fc0c796c3
--- /dev/null
+++ b/textproc/rubygem-sass-rails/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/sass-rails-3.1.4.gem) = 9c20cf08a7832e77629e77ca5e6fe7e706af3279b6a9afc00adba0f397fbebd5
+SIZE (rubygem/sass-rails-3.1.4.gem) = 64512
diff --git a/textproc/rubygem-sass-rails/pkg-descr b/textproc/rubygem-sass-rails/pkg-descr
new file mode 100644
index 000000000000..8caf517c37d5
--- /dev/null
+++ b/textproc/rubygem-sass-rails/pkg-descr
@@ -0,0 +1,3 @@
+Sass adapter for the Rails asset pipeline.
+
+WWW: http://rubygems.org/gems/sass-rails