diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2018-02-19 21:23:46 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2018-02-19 21:23:46 +0800 |
commit | 12c621766cd91d108ef20cc3c57348a08df16de9 (patch) | |
tree | 22f026101f93051b7c1ac495588cdad13af0fc4d /lang/Makefile | |
parent | 4aef5414a36b9333faac24d5900d5502bfde588e (diff) | |
download | freebsd-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/Makefile | 1 |
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 |