blob: cbc3d56e8e81e3c118176bd84c9785213ac4f4af (
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.11.1.tar.gz -> coffee-script-1.11.1.tar.gz
_eclass_exported_funcs=src_install:-
_md5_=4c90c10ce1a2e5ecceac17877036541f
|