diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-09-18 08:28:59 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-09-18 08:28:59 +0000 |
commit | 21f76a2822b496539bab8546b90e4ae22b197a37 (patch) | |
tree | 2884aaac298d4399d89c3a9a36533a35b2c441db /www/Makefile | |
parent | 7d04c2ee3571cb91736778df25222de8e59f398b (diff) |
A fast, primitive HTTP request parser
WWW: http://search.cpan.org/dist/HTTP-Parser-XS/
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241633
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 601157a5b03c..014b21579bda 100644 --- a/www/Makefile +++ b/www/Makefile @@ -961,6 +961,7 @@ SUBDIR += p5-HTTP-MobileAgent-Plugin-Charset SUBDIR += p5-HTTP-MobileAttribute SUBDIR += p5-HTTP-Parser + SUBDIR += p5-HTTP-Parser-XS SUBDIR += p5-HTTP-Proxy SUBDIR += p5-HTTP-Recorder SUBDIR += p5-HTTP-Request-AsCGI |