Add rubygem-coffee-rails-rails52 4.2.2 (copied from rubygem-coffee-rails-rails5)
This commit is contained in:
parent
c66707f039
commit
f82df61a40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509823
4 changed files with 31 additions and 0 deletions
|
@ -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
|
||||
|
|
24
devel/rubygem-coffee-rails-rails52/Makefile
Normal file
24
devel/rubygem-coffee-rails-rails52/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Johannes Meixner <johannes@perceivon.net>
|
||||
# $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 <bsd.port.mk>
|
3
devel/rubygem-coffee-rails-rails52/distinfo
Normal file
3
devel/rubygem-coffee-rails-rails52/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1495726218
|
||||
SHA256 (rubygem/coffee-rails-4.2.2.gem) = 080a5c49e9568019018a8699cf80f7ea8e7b841744d832a98ac6b4c8e40be84a
|
||||
SIZE (rubygem/coffee-rails-4.2.2.gem) = 7168
|
3
devel/rubygem-coffee-rails-rails52/pkg-descr
Normal file
3
devel/rubygem-coffee-rails-rails52/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Coffee Script adapter for the Rails asset pipeline.
|
||||
|
||||
WWW: https://github.com/rails/coffee-rails
|
Loading…
Reference in a new issue