diff options
author | will <will@FreeBSD.org> | 2000-05-29 07:33:18 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-29 07:33:18 +0000 |
commit | 91990c4ef4f6c23be7771815d73a70f3af2bbab1 (patch) | |
tree | 73c31f3928fece2fe49a31c084469c3e5ee73544 | |
parent | 5296903679949d1cdb5377edfef3c6bfccf1fb90 (diff) | |
download | FreeBSD-ports-91990c4ef4f6c23be7771815d73a70f3af2bbab1.zip FreeBSD-ports-91990c4ef4f6c23be7771815d73a70f3af2bbab1.tar.gz |
Add libapreq, a package consisting of modules for manipulating client
request data via the Apache API with Perl and C.
PR: 15994
Submitted by: Igor Vinokurov <igor@zynaps.ru>
Partially reviewed by: taoka
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e57cb75..3499912 100644 --- a/www/Makefile +++ b/www/Makefile @@ -60,6 +60,7 @@ SUBDIR += junkbuster SUBDIR += kdreamsite SUBDIR += kwebsearch + SUBDIR += libapreq SUBDIR += libghttp SUBDIR += libwww SUBDIR += libxpg4-ns |