Import p5-Plack-Middleware-FixMissingBodyInRedirect.
This module sets body in redirect response, if it's not already set. ok sthen@
This commit is contained in:
parent
dbfdb3a505
commit
18528f166b
22
www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile
Normal file
22
www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD $
|
||||
|
||||
COMMENT = sets body for redirect response, if it's not already set
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Plack-Middleware-FixMissingBodyInRedirect-0.12
|
||||
CATEGORIES = www
|
||||
|
||||
MAINTAINER = Cesare Gargano <gar@plusiagamma.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
RUN_DEPENDS = www/p5-HTML-Parser \
|
||||
www/p5-Plack
|
||||
|
||||
TEST_DEPENDS = www/p5-HTTP-Message \
|
||||
www/p5-Plack
|
||||
|
||||
.include <bsd.port.mk>
|
@ -0,0 +1,2 @@
|
||||
SHA256 (Plack-Middleware-FixMissingBodyInRedirect-0.12.tar.gz) = bCLQafWlesIG1GWbKLiGm7knBkC7lV793UUdzFjNs5E=
|
||||
SIZE (Plack-Middleware-FixMissingBodyInRedirect-0.12.tar.gz) = 11361
|
@ -0,0 +1 @@
|
||||
This module sets body in redirect response, if it's not already set.
|
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/01/11 07:42:01 benoit Exp $
|
||||
${P5SITE}/Plack/Middleware/FixMissingBodyInRedirect.pm
|
||||
@man man/man3p/Plack::Middleware::FixMissingBodyInRedirect.3p
|
Loading…
Reference in New Issue
Block a user