aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-10-20 12:29:33 +0800
committerswills <swills@FreeBSD.org>2013-10-20 12:29:33 +0800
commit62b9175dd9bb1ab6f92c1e0676b723bbddc872b5 (patch)
tree6bf46442c20c9cba1a4669806b11499dbda9dfb3
parentb770b765adbcd12d894937566fbafd6a8338ca9b (diff)
downloadfreebsd-ports-gnome-62b9175dd9bb1ab6f92c1e0676b723bbddc872b5.tar.gz
freebsd-ports-gnome-62b9175dd9bb1ab6f92c1e0676b723bbddc872b5.tar.zst
freebsd-ports-gnome-62b9175dd9bb1ab6f92c1e0676b723bbddc872b5.zip
Integrate Compass into Rails 2.3 and up.
WWW: https://github.com/Compass/compass-rails PR: ports/182656 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-compass-rails/Makefile19
-rw-r--r--textproc/rubygem-compass-rails/distinfo2
-rw-r--r--textproc/rubygem-compass-rails/pkg-descr3
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 891f257f68c4..c14a40a4b57d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1289,6 +1289,7 @@
SUBDIR += rubygem-colorator
SUBDIR += rubygem-colored
SUBDIR += rubygem-compass
+ SUBDIR += rubygem-compass-rails
SUBDIR += rubygem-cssmin
SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diffy
diff --git a/textproc/rubygem-compass-rails/Makefile b/textproc/rubygem-compass-rails/Makefile
new file mode 100644
index 000000000000..4d6f2fcace9f
--- /dev/null
+++ b/textproc/rubygem-compass-rails/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= compass-rails
+PORTVERSION= 1.0.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Integrate Compass into Rails 2.3 and up
+
+RUN_DEPENDS= rubygem-compass>=0.12.2:${PORTSDIR}/textproc/rubygem-compass
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+NO_STAGE= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-compass-rails/distinfo b/textproc/rubygem-compass-rails/distinfo
new file mode 100644
index 000000000000..3eda1acddaef
--- /dev/null
+++ b/textproc/rubygem-compass-rails/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/compass-rails-1.0.3.gem) = b04f4068e3a9900c80df828689f6eaf621ee9b402af943bcd1a9995c5027da3d
+SIZE (rubygem/compass-rails-1.0.3.gem) = 19456
diff --git a/textproc/rubygem-compass-rails/pkg-descr b/textproc/rubygem-compass-rails/pkg-descr
new file mode 100644
index 000000000000..d149c8ba30c2
--- /dev/null
+++ b/textproc/rubygem-compass-rails/pkg-descr
@@ -0,0 +1,3 @@
+Integrate Compass into Rails 2.3 and up.
+
+WWW: https://github.com/Compass/compass-rails