diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-13 15:24:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-13 15:24:13 +0000 |
commit | df4ef73dde0ecabd7b7a60a3517b93fb96fbbb55 (patch) | |
tree | efafd084544df636684500f460c23aff2c5c57c0 /lang/Makefile | |
parent | e17ad131688f07f347bd037b804802fc4248eb56 (diff) |
The newLISP is a scripting language for developing web applications and
programs in general and in the domains of artificial intelligence (AI) and
statistics.
Author: Lutz Mueller
WWW: http://www.newlisp.org/
PR: ports/103226
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Notes
Notes:
svn path=/head/; revision=172946
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 1c308e3fb899..816bdd7e3105 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -160,6 +160,7 @@ SUBDIR += mozart SUBDIR += munger SUBDIR += nawk + SUBDIR += newlisp SUBDIR += nhc98 SUBDIR += nickle SUBDIR += njs |