diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-04-17 08:16:06 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-04-17 08:16:06 +0800 |
commit | b1baf7b38456664794754c1bfadb79b9d5cd7cd3 (patch) | |
tree | d0c9c72954cf580053127e3728bcc2af93dd6564 /www/Makefile | |
parent | 0c098298e48f96497372a451c4923e50ef417f95 (diff) | |
download | freebsd-ports-graphics-b1baf7b38456664794754c1bfadb79b9d5cd7cd3.tar.gz freebsd-ports-graphics-b1baf7b38456664794754c1bfadb79b9d5cd7cd3.tar.zst freebsd-ports-graphics-b1baf7b38456664794754c1bfadb79b9d5cd7cd3.zip |
PSGI handler on AnyEvent::SCGI.
WWW: http://search.cpan.org/dist/Plack-Handler-AnyEvent-SCGI/
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 a43620cc8b8..5201a339835 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1094,6 +1094,7 @@ SUBDIR += p5-Plack-App-Proxy SUBDIR += p5-Plack-Handler-AnyEvent-HTTPD SUBDIR += p5-Plack-Handler-AnyEvent-ReverseHTTP + SUBDIR += p5-Plack-Handler-AnyEvent-SCGI SUBDIR += p5-Plack-Handler-SCGI SUBDIR += p5-Plack-Middleware-Auth-Digest SUBDIR += p5-Plack-Middleware-AutoRefresh |