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/p5-Flea | |
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/p5-Flea')
-rw-r--r-- | www/p5-Flea/Makefile | 33 | ||||
-rw-r--r-- | www/p5-Flea/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Flea/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-Flea/pkg-plist | 7 |
4 files changed, 48 insertions, 0 deletions
diff --git a/www/p5-Flea/Makefile b/www/p5-Flea/Makefile new file mode 100644 index 000000000000..2878376238e9 --- /dev/null +++ b/www/p5-Flea/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: Flea +# Date created: 21 Nov 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Flea +PORTVERSION= 0.04 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/F/FR/FRODWITH +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for minimalistic sugar for your Plack + +RUN_DEPENDS= \ + p5-Devel-Declare-Parser>0:${PORTSDIR}/devel/p5-Devel-Declare-Parser \ + p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Exporter-Declare>=0.100:${PORTSDIR}/devel/p5-Exporter-Declare \ + p5-HTTP-Exception>0:${PORTSDIR}/www/p5-HTTP-Exception \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON1 \ + p5-Plack>0:${PORTSDIR}/www/p5-Plack \ + p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Flea.3 + +.include <bsd.port.mk> diff --git a/www/p5-Flea/distinfo b/www/p5-Flea/distinfo new file mode 100644 index 000000000000..3ea307d371ae --- /dev/null +++ b/www/p5-Flea/distinfo @@ -0,0 +1,2 @@ +SHA256 (Flea-0.04.tar.gz) = 25c9bbdf267e364ce08c52a6929a8ff411a2eb5e617952665230d01860ef6147 +SIZE (Flea-0.04.tar.gz) = 12261 diff --git a/www/p5-Flea/pkg-descr b/www/p5-Flea/pkg-descr new file mode 100644 index 000000000000..4e08469d640f --- /dev/null +++ b/www/p5-Flea/pkg-descr @@ -0,0 +1,6 @@ +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/ diff --git a/www/p5-Flea/pkg-plist b/www/p5-Flea/pkg-plist new file mode 100644 index 000000000000..b7e44742ea4a --- /dev/null +++ b/www/p5-Flea/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Flea/.packlist +%%SITE_PERL%%/Flea.pm +%%SITE_PERL%%/Flea/Parser/Method.pm +%%SITE_PERL%%/Flea/Parser/Route.pm +@dirrm %%SITE_PERL%%/Flea/Parser +@dirrm %%SITE_PERL%%/Flea +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Flea |