diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-28 17:49:33 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-28 17:49:33 +0800 |
commit | 3313b1f214e2089fbb46eab477f496a0d63c18df (patch) | |
tree | 61691b8be3a215966ffacd914c189942b8421955 /textproc/Makefile | |
parent | e843c434b6c1c739db0c78a55055449e5d524aa9 (diff) | |
download | freebsd-ports-gnome-3313b1f214e2089fbb46eab477f496a0d63c18df.tar.gz freebsd-ports-gnome-3313b1f214e2089fbb46eab477f496a0d63c18df.tar.zst freebsd-ports-gnome-3313b1f214e2089fbb46eab477f496a0d63c18df.zip |
New Port: Portable Perl-Compatible Regexps for Common Lisp
cl-ppcre is a pure ANSI Common Lisp implementation of
Perl-compatible regular expressions.
This port depends on the previously submitted ASDF port.
It installs the sources and the .asd file. There are other
ports for binaries for the supported Lisp implementations.
PR: ports/52369
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 a576c9dace6f..689ae0680ad1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -24,6 +24,7 @@ SUBDIR += cdiff SUBDIR += chpp SUBDIR += cl-meta + SUBDIR += cl-ppcre SUBDIR += coco SUBDIR += cocoon SUBDIR += code2html |