mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
WWW: http://rubygems.org/gems/coffee-script
This commit is contained in:
parent
826b366955
commit
f3705b3eae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283653
@ -3355,6 +3355,7 @@
|
||||
SUBDIR += rubygem-classifier
|
||||
SUBDIR += rubygem-clio
|
||||
SUBDIR += rubygem-cloudfiles
|
||||
SUBDIR += rubygem-coffee-script
|
||||
SUBDIR += rubygem-coffee-script-source
|
||||
SUBDIR += rubygem-columnize
|
||||
SUBDIR += rubygem-configuration
|
||||
|
23
devel/rubygem-coffee-script/Makefile
Normal file
23
devel/rubygem-coffee-script/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: rubygem-coffee-script
|
||||
# Date created: 2011-09-11
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= coffee-script
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
|
||||
|
||||
RUN_DEPENDS= rubygem-coffee-script-source>=0:${PORTSDIR}/devel/rubygem-coffee-script-source \
|
||||
rubygem-execjs>=1.2.4:${PORTSDIR}/devel/rubygem-execjs
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-coffee-script/distinfo
Normal file
2
devel/rubygem-coffee-script/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/coffee-script-2.2.0.gem) = acdd9f907950cfcf2342bc621ac9d11c9b0f34e2be8ab02de7845c673fb96c8c
|
||||
SIZE (rubygem/coffee-script-2.2.0.gem) = 5120
|
3
devel/rubygem-coffee-script/pkg-descr
Normal file
3
devel/rubygem-coffee-script/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
|
||||
|
||||
WWW: http://rubygems.org/gems/coffee-script
|
Loading…
Reference in New Issue
Block a user