aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-11-14 20:36:55 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-11-14 20:36:55 +0000
commit9b2aa8fa5ee2141911f9b323ab164d75cdb9f0b1 (patch)
treef9f1ca9bf60e2360f6994fd7d388de7c3804f6f4 /lang/Makefile
parent25d5ea2bf4ea34c5c73bf9f1f9baf04dd47cdd84 (diff)
downloadports-9b2aa8fa5ee2141911f9b323ab164d75cdb9f0b1.tar.gz
ports-9b2aa8fa5ee2141911f9b323ab164d75cdb9f0b1.zip
New port: lang/nimrod:
Nimrod is a statically typed, imperative programming language. Beneath a nice infix/indentation based syntax with a powerful macro system lies a semantic model that supports a soft realtime GC on thread local heaps. Asynchronous message passing is used between threads. PR: ports/174368 Submitted by: Neal Nelson <ports@nicandneal.net>
Notes
Notes: svn path=/head/; revision=333788
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 16f202bd6696..c29fb8e2728f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -184,6 +184,7 @@
SUBDIR += newlisp-devel
SUBDIR += nhc98
SUBDIR += nickle
+ SUBDIR += nimrod
SUBDIR += nml
SUBDIR += nqc
SUBDIR += nwcc