diff --git a/devel/Makefile b/devel/Makefile index f881b5930d49..1dd8cdf7f815 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5481,6 +5481,7 @@ SUBDIR += rubygem-coercible SUBDIR += rubygem-coffee-rails-rails5 SUBDIR += rubygem-coffee-rails-rails50 + SUBDIR += rubygem-coffee-rails-rails52 SUBDIR += rubygem-coffee-rails4 SUBDIR += rubygem-coffee-rails41 SUBDIR += rubygem-coffee-script diff --git a/devel/rubygem-coffee-rails-rails52/Makefile b/devel/rubygem-coffee-rails-rails52/Makefile new file mode 100644 index 000000000000..c9f3678c2a26 --- /dev/null +++ b/devel/rubygem-coffee-rails-rails52/Makefile @@ -0,0 +1,24 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= coffee-rails +PORTVERSION= 4.2.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails52 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Coffee Script adapter for the Rails asset pipeline + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-coffee-script>=2.2.0:devel/rubygem-coffee-script \ + rubygem-railties52>=4.0.0:www/rubygem-railties52 + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include diff --git a/devel/rubygem-coffee-rails-rails52/distinfo b/devel/rubygem-coffee-rails-rails52/distinfo new file mode 100644 index 000000000000..e43d4c232af6 --- /dev/null +++ b/devel/rubygem-coffee-rails-rails52/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1495726218 +SHA256 (rubygem/coffee-rails-4.2.2.gem) = 080a5c49e9568019018a8699cf80f7ea8e7b841744d832a98ac6b4c8e40be84a +SIZE (rubygem/coffee-rails-4.2.2.gem) = 7168 diff --git a/devel/rubygem-coffee-rails-rails52/pkg-descr b/devel/rubygem-coffee-rails-rails52/pkg-descr new file mode 100644 index 000000000000..426ba7b02000 --- /dev/null +++ b/devel/rubygem-coffee-rails-rails52/pkg-descr @@ -0,0 +1,3 @@ +Coffee Script adapter for the Rails asset pipeline. + +WWW: https://github.com/rails/coffee-rails