blob: cdd578acacde6cd0b9abd232b5f0524417b91fc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=install
DESCRIPTION=A little language that compiles into javascript
EAPI=6
HOMEPAGE=http://coffeescript.org/
IUSE=doc examples
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=net-libs/nodejs
SLOT=0
SRC_URI=https://github.com/jashkenas/coffeescript/archive/1.10.0.tar.gz -> coffee-script-1.10.0.tar.gz
_eclass_exported_funcs=src_install:-
_md5_=50ad28efa02cd08f96a200fce68ade90
|