aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-compass-rails
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-10-20 04:29:33 +0000
committerSteve Wills <swills@FreeBSD.org>2013-10-20 04:29:33 +0000
commitd20c1b85f4cf3db3e82ab739fd2c5f5c77425482 (patch)
tree6bf46442c20c9cba1a4669806b11499dbda9dfb3 /textproc/rubygem-compass-rails
parent80f18a201cb81a31c2dbb633d5ec23fd01d8c64b (diff)
downloadports-d20c1b85f4cf3db3e82ab739fd2c5f5c77425482.tar.gz
ports-d20c1b85f4cf3db3e82ab739fd2c5f5c77425482.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>
Notes
Notes: svn path=/head/; revision=330974
Diffstat (limited to 'textproc/rubygem-compass-rails')
-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
3 files changed, 24 insertions, 0 deletions
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