diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-18 18:12:08 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-18 18:12:08 +0800 |
commit | 7dd0c74bb288f507c2ce9b7e84cc31d8aa86c021 (patch) | |
tree | f7d1685b1dc445d72c7b0161f8a290a67db1bf88 /lang/Makefile | |
parent | c2d70c7c7e908b32c33443c1fb452090c064dcc9 (diff) | |
download | freebsd-ports-gnome-7dd0c74bb288f507c2ce9b7e84cc31d8aa86c021.tar.gz freebsd-ports-gnome-7dd0c74bb288f507c2ce9b7e84cc31d8aa86c021.tar.zst freebsd-ports-gnome-7dd0c74bb288f507c2ce9b7e84cc31d8aa86c021.zip |
New port: lang/cocor (Coco/R, a compiler generator)
Coco/R is a recursive decent compiler generator. This is
a FreeBSD port of the C/C++ version of Coco/R.
PR: ports/36251
Submitted by: Guy Antony Halse <guy@rucus.ru.ac.za>
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 a9513757be29..302de28da21d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -19,6 +19,7 @@ SUBDIR += clisp SUBDIR += cmucl SUBDIR += cmucl-extra + SUBDIR += cocor SUBDIR += compaq-cc SUBDIR += crossgo32-f77 SUBDIR += cu-prolog |