diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-28 09:53:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-28 09:53:36 +0000 |
commit | b3322115461a320f768549b703bf30d27a43f433 (patch) | |
tree | c70325f5bc4844a7a35dfef9f65080938c61dc7e /devel/Makefile | |
parent | New Port: Portable Perl-Compatible Regexps for Common Lisp (diff) |
New Port: Splitting Common Lisp sequences
A small utility to split Common Lisp sequences. Depends
on the previously submitted ASDF port.
This port installs the source files and the .asd file (which
is similar to a Makefile of a pkg-config script). There are
other ports for the binaries for each supported Lisp system.
PR: ports/52373
Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes:
svn path=/head/; revision=89623
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 2e761b2a4c79..926e4a6f4908 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -106,6 +106,7 @@ SUBDIR += cl-asdf-cmucl SUBDIR += cl-asdf-sbcl SUBDIR += cl-port + SUBDIR += cl-split-sequence SUBDIR += clanlib SUBDIR += clig SUBDIR += clint |