diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-05-22 23:01:02 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-05-22 23:01:02 +0800 |
commit | 2fd2a8c75cd38f9ef09892190489fcf3d1652916 (patch) | |
tree | 29a4509c754c5913b682d28860459ae3d73473bf /www/Makefile | |
parent | 4ea6af9583654b87d28d22a4481ffbe7d7dee4d7 (diff) | |
download | freebsd-ports-gnome-2fd2a8c75cd38f9ef09892190489fcf3d1652916.tar.gz freebsd-ports-gnome-2fd2a8c75cd38f9ef09892190489fcf3d1652916.tar.zst freebsd-ports-gnome-2fd2a8c75cd38f9ef09892190489fcf3d1652916.zip |
Compile a log format string to perl-code. For faster generating
access_log line.
WWW: http://search.cpan.org/dist/Apache-LogFormat-Compiler/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 6b323fe42a55..eac54e4b2675 100644 --- a/www/Makefile +++ b/www/Makefile @@ -629,6 +629,7 @@ SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Gallery SUBDIR += p5-Apache-Htgroup + SUBDIR += p5-Apache-LogFormat-Compiler SUBDIR += p5-Apache-MP3 SUBDIR += p5-Apache-ParseFormData SUBDIR += p5-Apache-Profiler |