diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-10-10 19:04:23 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-10-10 19:04:23 +0800 |
commit | 1cc2f0dedbdfa1c0c537dd34195f9cc3320a78e1 (patch) | |
tree | 69d9b8f63d6dbe2babc42b05cceab4a63ba1f78c /www/Makefile | |
parent | 9c317ef76dbaf0bb23667f50414cc3c9c454fda7 (diff) | |
download | freebsd-ports-gnome-1cc2f0dedbdfa1c0c537dd34195f9cc3320a78e1.tar.gz freebsd-ports-gnome-1cc2f0dedbdfa1c0c537dd34195f9cc3320a78e1.tar.zst freebsd-ports-gnome-1cc2f0dedbdfa1c0c537dd34195f9cc3320a78e1.zip |
POEx::Role::PSGIServer encapsulates the core PSGI server behaviors
into an easy to consume and extend role. It is based on previous POEx
work such as POEx::Role::TCPServer which provides basic TCP socket
multiplexing via POE::Wheel::SocketFactory and POE::Wheel::ReadWrite,
and POEx::Role::SessionInstantiation which transforms plain Moose
objects into POE sessions.
WWW: http://search.cpan.org/dist/POEx-Role-PSGIServer/
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 57620f26dcfb..e2cd45641a20 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1093,6 +1093,7 @@ SUBDIR += p5-POE-Component-Server-SOAP SUBDIR += p5-POE-Component-Server-SimpleHTTP SUBDIR += p5-POE-Filter-HTTP-Parser + SUBDIR += p5-POEx-Role-PSGIServer SUBDIR += p5-PSGI SUBDIR += p5-ParallelUA SUBDIR += p5-Path-Class-URI |