mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add rubygem-sassc-rails-rails4 2.1.2 (copied from rubygem-sassc-rails)
This commit is contained in:
parent
efefcdf4d4
commit
21b5ccd52c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513347
@ -1635,6 +1635,7 @@
|
||||
SUBDIR += rubygem-sass34
|
||||
SUBDIR += rubygem-sassc
|
||||
SUBDIR += rubygem-sassc-rails
|
||||
SUBDIR += rubygem-sassc-rails-rails4
|
||||
SUBDIR += rubygem-sax-machine
|
||||
SUBDIR += rubygem-scss_lint
|
||||
SUBDIR += rubygem-shell2html
|
||||
|
28
textproc/rubygem-sassc-rails-rails4/Makefile
Normal file
28
textproc/rubygem-sassc-rails-rails4/Makefile
Normal file
@ -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= -rails4
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Integrate SassC-Ruby into Rails
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-railties4>=4.0.0:www/rubygem-railties4 \
|
||||
rubygem-sassc>=2.0:textproc/rubygem-sassc \
|
||||
rubygem-sprockets-rails-rails4>=0:devel/rubygem-sprockets-rails-rails4 \
|
||||
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>
|
3
textproc/rubygem-sassc-rails-rails4/distinfo
Normal file
3
textproc/rubygem-sassc-rails-rails4/distinfo
Normal 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
|
5
textproc/rubygem-sassc-rails-rails4/pkg-descr
Normal file
5
textproc/rubygem-sassc-rails-rails4/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user