diff --git a/textproc/Makefile b/textproc/Makefile index 07cfc636fee3..cd32d58234b4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1621,6 +1621,7 @@ SUBDIR += rubygem-sass-rails-rails4 SUBDIR += rubygem-sass-rails-rails5 SUBDIR += rubygem-sass-rails-rails50 + SUBDIR += rubygem-sass-rails-rails52 SUBDIR += rubygem-sass32 SUBDIR += rubygem-sass34 SUBDIR += rubygem-sassc diff --git a/textproc/rubygem-sass-rails-rails52/Makefile b/textproc/rubygem-sass-rails-rails52/Makefile new file mode 100644 index 000000000000..55e1b67d1f47 --- /dev/null +++ b/textproc/rubygem-sass-rails-rails52/Makefile @@ -0,0 +1,27 @@ +# Created by: Johannes Jost Meixner +# $FreeBSD$ + +PORTNAME= sass-rails +PORTVERSION= 5.0.7 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails52 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Sass adapter for the Rails asset pipeline + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-railties52>=4.0.0<6:www/rubygem-railties52 \ + rubygem-sass>=3.1<4:textproc/rubygem-sass \ + rubygem-sprockets3>=2.8<4.0:devel/rubygem-sprockets3 \ + rubygem-sprockets-rails-rails52>=2.0<4.0:devel/rubygem-sprockets-rails-rails52 \ + rubygem-tilt>=1.1<3:devel/rubygem-tilt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/textproc/rubygem-sass-rails-rails52/distinfo b/textproc/rubygem-sass-rails-rails52/distinfo new file mode 100644 index 000000000000..2dd8fc70a24b --- /dev/null +++ b/textproc/rubygem-sass-rails-rails52/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1510757853 +SHA256 (rubygem/sass-rails-5.0.7.gem) = faa85a4a61eb1a195a8157d9d376779352bd78a800a2eaec713ad7a8971e46f1 +SIZE (rubygem/sass-rails-5.0.7.gem) = 10752 diff --git a/textproc/rubygem-sass-rails-rails52/pkg-descr b/textproc/rubygem-sass-rails-rails52/pkg-descr new file mode 100644 index 000000000000..e4a6b809b4d8 --- /dev/null +++ b/textproc/rubygem-sass-rails-rails52/pkg-descr @@ -0,0 +1,3 @@ +Sass adapter for the Rails asset pipeline. + +WWW: https://github.com/rails/sass-rails