aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2018-04-13 14:41:21 +0000
committerRenato Botelho <garga@FreeBSD.org>2018-04-13 14:41:21 +0000
commit666d46efbb20b534e39c4325901eee902c7c972f (patch)
tree16d8f4135fb7bd0f92e2692209c77a225c0d3250 /lang/Makefile
parent212e367d7e6d36971388e8d5e570314785d6bbff (diff)
downloadports-666d46efbb20b534e39c4325901eee902c7c972f.tar.gz
ports-666d46efbb20b534e39c4325901eee902c7c972f.zip
CoffeeScript is a little language that compiles into JavaScript. Underneath that
awkward Java-esque patina, JavaScript has always had a gorgeous heart. It's an attempt to expose the good parts of JavaScript in a simple way. WWW: http://coffeescript.org/ PR: 227412 Submitted by: egypcio@googlemail.com Differential Revision: https://reviews.freebsd.org/D15025
Notes
Notes: svn path=/head/; revision=467243
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index d66b724a7e05..fd4698ea762c 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -46,6 +46,7 @@
SUBDIR += cmucl
SUBDIR += cmucl-extra
SUBDIR += cocor
+ SUBDIR += coffeescript
SUBDIR += cparser
SUBDIR += crystal
SUBDIR += csharp-mode.el