summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-24 13:23:46 +0000
committernia <nia@pkgsrc.org>2020-03-24 13:23:46 +0000
commit9e8c5f5c3d056e35f0be4396c27ef9da8ab294c8 (patch)
tree89b832f3f0513c11c9e7c6d7c926d07e82061849 /lang/Makefile
parentf7c72e2212fc873a4a933aab44ce4cd38e62a93f (diff)
downloadpkgsrc-9e8c5f5c3d056e35f0be4396c27ef9da8ab294c8.tar.gz
lang: Add neko. Based on work by cfkoch in wip.
Neko is a high-level dynamically typed programming language. It can be used as an embedded scripting language. It has been designed to provide a common runtime for several different languages. Learning and using Neko is very easy. You can easily extend the language with C libraries. You can also write generators from your own language to Neko and then use the Neko Runtime to compile, run, and access existing libraries.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index c7c73e1d822..f2bfd9be438 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.551 2020/03/21 10:06:53 bsiegert Exp $
+# $NetBSD: Makefile,v 1.552 2020/03/24 13:23:46 nia Exp $
#
COMMENT= Programming languages
@@ -159,6 +159,7 @@ SUBDIR+= mono6
SUBDIR+= moscow_ml
SUBDIR+= mpd
SUBDIR+= nawk
+SUBDIR+= neko
SUBDIR+= newlisp
SUBDIR+= newsqueak
SUBDIR+= nhc98