diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2014-07-09 12:51:47 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2014-07-09 12:51:47 +0800 |
commit | 2cc40b530b81395d4df7d05ac55f28b5b3827526 (patch) | |
tree | e18d6bd6d423b5afe99d37a6b3223c9eb18c50c0 /lang/Makefile | |
parent | 81ebf497ce5d831809393f84357fe1f5c5394249 (diff) | |
download | freebsd-ports-gnome-2cc40b530b81395d4df7d05ac55f28b5b3827526.tar.gz freebsd-ports-gnome-2cc40b530b81395d4df7d05ac55f28b5b3827526.tar.zst freebsd-ports-gnome-2cc40b530b81395d4df7d05ac55f28b5b3827526.zip |
Add ceylon, which is a language for writing large programs in teams
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 84d9e3c26f38..6cbf1534ffc1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -27,6 +27,7 @@ SUBDIR += ccl SUBDIR += cdent SUBDIR += cduce + SUBDIR += ceylon SUBDIR += cfortran SUBDIR += chicken SUBDIR += cint |