Coffee Script adapter for the Rails asset pipeline.
WWW: http://rubygems.org/gems/coffee-rails
This commit is contained in:
parent
8f36548b19
commit
3d0e8bbd3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284410
4 changed files with 29 additions and 0 deletions
|
@ -3362,6 +3362,7 @@
|
|||
SUBDIR += rubygem-classifier
|
||||
SUBDIR += rubygem-clio
|
||||
SUBDIR += rubygem-cloudfiles
|
||||
SUBDIR += rubygem-coffee-rails
|
||||
SUBDIR += rubygem-coffee-script
|
||||
SUBDIR += rubygem-coffee-script-source
|
||||
SUBDIR += rubygem-columnize
|
||||
|
|
23
devel/rubygem-coffee-rails/Makefile
Normal file
23
devel/rubygem-coffee-rails/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: rubygem-coffee-rails
|
||||
# Date created: 2011-09-12
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= coffee-rails
|
||||
PORTVERSION= 3.1.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Coffee Script adapter for the Rails asset pipeline.
|
||||
|
||||
RUN_DEPENDS= rubygem-coffee-script>=2.2.0:${PORTSDIR}/devel/rubygem-coffee-script \
|
||||
rubygem-railties>=${PORTVERSION}:${PORTSDIR}/www/rubygem-railties
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-coffee-rails/distinfo
Normal file
2
devel/rubygem-coffee-rails/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/coffee-rails-3.1.1.gem) = 8448caaad3fe3330715e1b4f5c044ff0f3b9fd86d72de1e02fab984d45b02fd9
|
||||
SIZE (rubygem/coffee-rails-3.1.1.gem) = 6656
|
3
devel/rubygem-coffee-rails/pkg-descr
Normal file
3
devel/rubygem-coffee-rails/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Coffee Script adapter for the Rails asset pipeline.
|
||||
|
||||
WWW: http://rubygems.org/gems/coffee-rails
|
Loading…
Reference in a new issue