aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-sassc-rails-rails52
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 11:15:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-09-30 11:15:39 +0000
commit5d09dbcd9b4973f2190baced69629ca83eb1f688 (patch)
tree862f47151623c326230a1c491b06ef411a926511 /textproc/rubygem-sassc-rails-rails52
parent1910e06a4afe8cba5113a8955604c9e22c89686c (diff)
downloadports-5d09dbcd9b4973f2190baced69629ca83eb1f688.tar.gz
ports-5d09dbcd9b4973f2190baced69629ca83eb1f688.zip
Notes
Diffstat (limited to 'textproc/rubygem-sassc-rails-rails52')
-rw-r--r--textproc/rubygem-sassc-rails-rails52/Makefile28
-rw-r--r--textproc/rubygem-sassc-rails-rails52/distinfo3
-rw-r--r--textproc/rubygem-sassc-rails-rails52/pkg-descr5
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/rubygem-sassc-rails-rails52/Makefile b/textproc/rubygem-sassc-rails-rails52/Makefile
new file mode 100644
index 000000000000..8edabf991983
--- /dev/null
+++ b/textproc/rubygem-sassc-rails-rails52/Makefile
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= sassc-rails
+PORTVERSION= 2.1.2
+PORTREVISION= 1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails52
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Integrate SassC-Ruby into Rails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-railties52>=4.0.0:www/rubygem-railties52 \
+ rubygem-sassc>=2.0:textproc/rubygem-sassc \
+ rubygem-sprockets-rails-rails52>=0:devel/rubygem-sprockets-rails-rails52 \
+ rubygem-sprockets3>=3.0:devel/rubygem-sprockets3 \
+ rubygem-tilt>=0:devel/rubygem-tilt
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-sassc-rails-rails52/distinfo b/textproc/rubygem-sassc-rails-rails52/distinfo
new file mode 100644
index 000000000000..7821c3227c9f
--- /dev/null
+++ b/textproc/rubygem-sassc-rails-rails52/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1561049536
+SHA256 (rubygem/sassc-rails-2.1.2.gem) = 5f4fdf3881fc9bdc8e856ffbd9850d70a2878866feae8114aa45996179952db5
+SIZE (rubygem/sassc-rails-2.1.2.gem) = 33280
diff --git a/textproc/rubygem-sassc-rails-rails52/pkg-descr b/textproc/rubygem-sassc-rails-rails52/pkg-descr
new file mode 100644
index 000000000000..8f0523959e59
--- /dev/null
+++ b/textproc/rubygem-sassc-rails-rails52/pkg-descr
@@ -0,0 +1,5 @@
+We all love working with Sass, but compilation can take quite a long time for
+larger codebases. This gem integrates the C implementation of Sass, LibSass,
+into the asset pipeline.
+
+WWW: https://github.com/sass/sassc-rails