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/
This commit is contained in:
parent
aab12ebaa5
commit
ea1e067d9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264992
5 changed files with 49 additions and 0 deletions
|
@ -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
|
||||
|
|
33
www/p5-Flea/Makefile
Normal file
33
www/p5-Flea/Makefile
Normal file
|
@ -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>
|
2
www/p5-Flea/distinfo
Normal file
2
www/p5-Flea/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Flea-0.04.tar.gz) = 25c9bbdf267e364ce08c52a6929a8ff411a2eb5e617952665230d01860ef6147
|
||||
SIZE (Flea-0.04.tar.gz) = 12261
|
6
www/p5-Flea/pkg-descr
Normal file
6
www/p5-Flea/pkg-descr
Normal file
|
@ -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/
|
7
www/p5-Flea/pkg-plist
Normal file
7
www/p5-Flea/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue