Plack Middleware for mapping urls to status code-driven responses.
WWW: http://search.cpan.org/dist/Plack-Middleware-Status/
This commit is contained in:
parent
9d6f72c5dd
commit
fbb6e232f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263922
5 changed files with 36 additions and 0 deletions
|
@ -1118,6 +1118,7 @@
|
|||
SUBDIR += p5-Plack-Middleware-JSConcat
|
||||
SUBDIR += p5-Plack-Middleware-ReverseProxy
|
||||
SUBDIR += p5-Plack-Middleware-Session
|
||||
SUBDIR += p5-Plack-Middleware-Status
|
||||
SUBDIR += p5-Plack-Middleware-Throttle
|
||||
SUBDIR += p5-Plack-Server-Coro
|
||||
SUBDIR += p5-Plack-Server-POE
|
||||
|
|
26
www/p5-Plack-Middleware-Status/Makefile
Normal file
26
www/p5-Plack-Middleware-Status/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: Plack::Middleware::Status
|
||||
# Date created: 01 Nov 2010
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Plack-Middleware-Status
|
||||
PORTVERSION= 1.101150
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to map urls to status code-driven responses for Plack
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Plack>0:${PORTSDIR}/www/p5-Plack
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Plack::Middleware::Status.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Plack-Middleware-Status/distinfo
Normal file
2
www/p5-Plack-Middleware-Status/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Plack-Middleware-Status-1.101150.tar.gz) = 0013ab1c3842f0ccb9890bc1f507daa2e002a7276a84c944bf9c19be1eb2e8fb
|
||||
SIZE (Plack-Middleware-Status-1.101150.tar.gz) = 10551
|
3
www/p5-Plack-Middleware-Status/pkg-descr
Normal file
3
www/p5-Plack-Middleware-Status/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Plack Middleware for mapping urls to status code-driven responses.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Plack-Middleware-Status/
|
4
www/p5-Plack-Middleware-Status/pkg-plist
Normal file
4
www/p5-Plack-Middleware-Status/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Status/.packlist
|
||||
%%SITE_PERL%%/Plack/Middleware/Status.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Status
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
|
Loading…
Reference in a new issue