diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-10-14 11:53:14 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-10-14 11:53:14 +0000 |
commit | 75c12a73470f8c0becf52f20124ef7965c6e2998 (patch) | |
tree | acad19c928b64843b50384700821d9130e00021a /www/Makefile | |
parent | a7ffe16d8dcc4118debca6380e4b34b90acd3cd8 (diff) |
Plack Server implementation that uses HTTP::Server::Simple.
Notes
Notes:
svn path=/head/; revision=242821
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 299f6ecd25c4..ac5e4a6809a4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1034,6 +1034,7 @@ SUBDIR += p5-Plack-Request SUBDIR += p5-Plack-Server-AnyEvent SUBDIR += p5-Plack-Server-ReverseHTTP + SUBDIR += p5-Plack-Server-ServerSimple SUBDIR += p5-PodToHTML SUBDIR += p5-REST-Google-Apps-Provisioning SUBDIR += p5-RT-Authen-ExternalAuth |