diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-28 17:16:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-28 17:16:06 +0800 |
commit | a873d73bd30a0cfd014b03c3426ea4ada4a7a7ee (patch) | |
tree | bc086ed7a7f6a5226a31046778ee091043cdb506 /textproc/Makefile | |
parent | 50d7525c9e4a569440f45854356767b5dced047f (diff) | |
download | freebsd-ports-graphics-a873d73bd30a0cfd014b03c3426ea4ada4a7a7ee.tar.gz freebsd-ports-graphics-a873d73bd30a0cfd014b03c3426ea4ada4a7a7ee.tar.zst freebsd-ports-graphics-a873d73bd30a0cfd014b03c3426ea4ada4a7a7ee.zip |
New Port: Common Lisp Parser Generator
Meta is a parser building toolkit implemented as a
domain-specific language to be integrated in Common Lisp
applications.
This port depends on the previously submitted ASDF port.
It installs the sources and the .asd file. There are other
ports for the binaries for supported Lisp implementations.
PR: ports/52361
Submitted by: Henrik Motakef <henrik.motakef@web.de>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 75c852b7b59..a576c9dace6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -23,6 +23,7 @@ SUBDIR += cdif SUBDIR += cdiff SUBDIR += chpp + SUBDIR += cl-meta SUBDIR += coco SUBDIR += cocoon SUBDIR += code2html |