diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2015-08-29 05:14:23 +0800 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2015-08-29 05:14:23 +0800 |
commit | 073177e428476776d707a715d637041dbd340a38 (patch) | |
tree | 56832aaa3c681e463cc70b6bf2602302207fab3e /lang/Makefile | |
parent | e540a1df5692cc055dc9c34f6e77f1636a136870 (diff) | |
download | freebsd-ports-gnome-073177e428476776d707a715d637041dbd340a38.tar.gz freebsd-ports-gnome-073177e428476776d707a715d637041dbd340a38.tar.zst freebsd-ports-gnome-073177e428476776d707a715d637041dbd340a38.zip |
Import lang/lfe.
LFE, Lisp Flavoured Erlang, is a lisp syntax front-end to the Erlang
compiler. Code produced with it is compatible with "normal" Erlang
code. An LFE evaluator and shell is also included.
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 b69fab9fb1d4..fcacfdb1f949 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -135,6 +135,7 @@ SUBDIR += kturtle SUBDIR += lafontaine SUBDIR += lci + SUBDIR += lfe SUBDIR += libhx SUBDIR += libjit SUBDIR += libobjc2 |