diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-23 11:17:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-11-23 11:17:16 +0000 |
commit | ea1e067d9eda496d0f8cb4df8e2770c67ceead5b (patch) | |
tree | affa4eabf1ce4f40ee33e75b57576efa2121469a /www/Makefile | |
parent | aab12ebaa509a7e828aae230c14bf15cb59277b1 (diff) | |
download | ports-ea1e067d9eda496d0f8cb4df8e2770c67ceead5b.tar.gz ports-ea1e067d9eda496d0f8cb4df8e2770c67ceead5b.zip |
PSGI/Plack is where it's at. Dancer's routing syntax is really cool,
but it does a lot of things I don't usually want. What I really want
is Dancer-like sugar as an extremely thin layer over my
teeth^H^H^H^H^H PSGI apps.
WWW: http://search.cpan.org/dist/Flea/
Notes
Notes:
svn path=/head/; revision=264992
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 792ad8e7e777..12675aeeab07 100644 --- a/www/Makefile +++ b/www/Makefile @@ -912,6 +912,7 @@ SUBDIR += p5-FastCGI SUBDIR += p5-Feed-Find SUBDIR += p5-File-Mork + SUBDIR += p5-Flea SUBDIR += p5-Flickr-API SUBDIR += p5-Flickr-Upload SUBDIR += p5-Gantry |