diff --git a/textproc/Makefile b/textproc/Makefile index fd8dc7644bb7..cd58ba350732 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1686,6 +1686,7 @@ SUBDIR += rubygem-sassc-rails-rails50 SUBDIR += rubygem-sassc-rails-rails52 SUBDIR += rubygem-sassc-rails-rails60 + SUBDIR += rubygem-sassc-rails-rails61 SUBDIR += rubygem-sassc22 SUBDIR += rubygem-sax-machine SUBDIR += rubygem-scss_lint diff --git a/textproc/rubygem-sassc-rails-rails61/Makefile b/textproc/rubygem-sassc-rails-rails61/Makefile new file mode 100644 index 000000000000..cee176a497d0 --- /dev/null +++ b/textproc/rubygem-sassc-rails-rails61/Makefile @@ -0,0 +1,27 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= sassc-rails +PORTVERSION= 2.1.2 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails61 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Integrate SassC-Ruby into Rails + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-railties61>=4.0.0:www/rubygem-railties61 \ + rubygem-sassc22>=2.0:textproc/rubygem-sassc22 \ + rubygem-sprockets-rails-rails61>=0:devel/rubygem-sprockets-rails-rails61 \ + rubygem-sprockets3>=3.0:devel/rubygem-sprockets3 \ + rubygem-tilt>=0:devel/rubygem-tilt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/textproc/rubygem-sassc-rails-rails61/distinfo b/textproc/rubygem-sassc-rails-rails61/distinfo new file mode 100644 index 000000000000..7821c3227c9f --- /dev/null +++ b/textproc/rubygem-sassc-rails-rails61/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-rails61/pkg-descr b/textproc/rubygem-sassc-rails-rails61/pkg-descr new file mode 100644 index 000000000000..8f0523959e59 --- /dev/null +++ b/textproc/rubygem-sassc-rails-rails61/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