freebsd-ports/www/p5-Plack-Middleware-FixMissingBodyInRedirect/Makefile
Sunpoet Po-Chuan Hsieh c043abf236 - Add p5-Plack-Middleware-FixMissingBodyInRedirect 0.09
Plack::Middleware::FixMissingBodyInRedirect sets body in redirect response, if
it is not already set.

WWW: http://search.cpan.org/dist/Plack-Middleware-FixMissingBodyInRedirect/
2014-03-29 08:42:33 +00:00

25 lines
659 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Plack-Middleware-FixMissingBodyInRedirect
PORTVERSION= 0.09
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sets body for redirect response, if it is not already set
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-Plack>=0:${PORTSDIR}/www/p5-Plack
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Carp-Always>=0:${PORTSDIR}/devel/p5-Carp-Always \
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>