diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-12-02 14:31:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-12-02 14:31:04 +0800 |
commit | 9bc82036722fd9a9cc55995cfb8918b0f9b58a1b (patch) | |
tree | da9db23c4e1fc39e3eef6c90c74f375cf8d2ad06 /www/Makefile | |
parent | 43fd1af1c9c4ba818193d3bb856b948d47afac3d (diff) | |
download | freebsd-ports-gnome-9bc82036722fd9a9cc55995cfb8918b0f9b58a1b.tar.gz freebsd-ports-gnome-9bc82036722fd9a9cc55995cfb8918b0f9b58a1b.tar.zst freebsd-ports-gnome-9bc82036722fd9a9cc55995cfb8918b0f9b58a1b.zip |
- Add p5-Router-Simple 0.09
Router::Simple is a simple router class. Its main purpose is to serve as a
dispatcher for web applications. Router::Simple can match against PSGI $env
directly, which means it's easy to use with PSGI supporting web frameworks.
WWW: http://search.cpan.org/dist/Router-Simple/
Feature safe: yes
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 dd219956194a..ddc3172e7cd1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1164,6 +1164,7 @@ SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction SUBDIR += p5-Rose-HTML-Objects + SUBDIR += p5-Router-Simple SUBDIR += p5-SCGI SUBDIR += p5-SRU SUBDIR += p5-SWF-Chart |