diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-10-03 07:30:46 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-10-03 07:30:46 +0000 |
commit | 89593b8e82c40908c51c435223b67ba373e09999 (patch) | |
tree | 7e7dc1d3eb44eba47f0527d53a2004e67a08dcd4 /devel/Makefile | |
parent | a6468512ebbb7f46456266e0207c2ce0c6d51678 (diff) | |
download | FreeBSD-ports-89593b8e82c40908c51c435223b67ba373e09999.zip FreeBSD-ports-89593b8e82c40908c51c435223b67ba373e09999.tar.gz |
Add cl-port-clisp 2002.10.02.1, cross-Lisp portability package.
CLOCC Port provides a portable interface to various features absent
from the ANSI Common Lisp standard, such as sockets, multiprocessing,
calling external programs, Gray streams etc.
PR: 52368
Submitted by: Henrik Motakef <henrik.motakef@web.de>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 79b4b89..bcfa106 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -106,6 +106,7 @@ SUBDIR += cl-asdf-cmucl SUBDIR += cl-asdf-sbcl SUBDIR += cl-port + SUBDIR += cl-port-clisp SUBDIR += cl-port-cmucl SUBDIR += cl-port-sbcl SUBDIR += cl-split-sequence |