Add rubygem-sassc-rails-rails61 6.1.0 (copied from rubygem-sassc-rails-rails60)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-10 08:51:50 +00:00
parent 39991ab213
commit c02644d243
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561046
4 changed files with 36 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,27 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $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 <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1561049536
SHA256 (rubygem/sassc-rails-2.1.2.gem) = 5f4fdf3881fc9bdc8e856ffbd9850d70a2878866feae8114aa45996179952db5
SIZE (rubygem/sassc-rails-2.1.2.gem) = 33280

View file

@ -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