aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Router-Simple
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.14Sunpoet Po-Chuan Hsieh2012-12-082-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/Router-Simple/Changes Feature safe: yes Notes: svn path=/head/; revision=308474
* - Update to 0.13Sunpoet Po-Chuan Hsieh2012-12-053-14/+13
| | | | | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Router-Simple/Changes Feature safe: yes Notes: svn path=/head/; revision=308309
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+9
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-9/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Add p5-Router-Simple 0.09Sunpoet Po-Chuan Hsieh2011-12-024-0/+54
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 Notes: svn path=/head/; revision=286755