diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-12 09:17:41 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-12 09:17:41 +0000 |
commit | 5611d67a518550679ce98dfdcaa20483f2874fd6 (patch) | |
tree | 1cad8daf3558b57800f151b73177fe0cf4b165c2 /lang/Makefile | |
parent | 8f2dff9c2b588982936eee5f638938fbe99bd3a0 (diff) | |
download | FreeBSD-ports-5611d67a518550679ce98dfdcaa20483f2874fd6.zip FreeBSD-ports-5611d67a518550679ce98dfdcaa20483f2874fd6.tar.gz |
New port: lang/pexts : Pike extensions for pike 7.2
PExts (Pike EXTensionS) are modules for Pike to handle some
usefull extensions like bzip2, mhash and PCRE.
Theses modules are used automaticaly by Caudium.
PR: ports/45980
Submitted by: Xavier Beaudouin <kiwi@oav.net>
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 01c6129..fb50580 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -138,6 +138,7 @@ SUBDIR += pdss SUBDIR += perl5 SUBDIR += perl5.8 + SUBDIR += pexts SUBDIR += pfe-devel SUBDIR += php-mode.el SUBDIR += php3 |