aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2018-02-19 21:23:46 +0800
committerlwhsu <lwhsu@FreeBSD.org>2018-02-19 21:23:46 +0800
commit12c621766cd91d108ef20cc3c57348a08df16de9 (patch)
tree22f026101f93051b7c1ac495588cdad13af0fc4d /lang/Makefile
parent4aef5414a36b9333faac24d5900d5502bfde588e (diff)
downloadfreebsd-ports-gnome-12c621766cd91d108ef20cc3c57348a08df16de9.tar.gz
freebsd-ports-gnome-12c621766cd91d108ef20cc3c57348a08df16de9.tar.zst
freebsd-ports-gnome-12c621766cd91d108ef20cc3c57348a08df16de9.zip
Add lang/crystal, language with Ruby-like syntax and static type checking
PR: 224459 Submitted by: Greg V <greg@unrelenting.technology>
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 10ee535346f2..0885b54853f9 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -46,6 +46,7 @@
SUBDIR += cmucl-extra
SUBDIR += cocor
SUBDIR += cparser
+ SUBDIR += crystal
SUBDIR += csharp-mode.el
SUBDIR += cython
SUBDIR += diveintopython