freebsd-ports/www/p5-Catalyst-Plugin-DefaultEnd/Makefile
Erwin Lansing 1f62f53b65 This action implements a sensible default end action, which will forward
to the first available view, unless status is set to 3xx, or there is a
response body. It also allows you to pass dump_info=1 to the url in
order to force a debug screen, while in debug mode.

If you have more than 1 view, you can specify which one to use with the
'view' config setting.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session/

PR:		ports/89170
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-17 19:41:01 +00:00

29 lines
728 B
Makefile

# Ports collection makefile for: p5-Catalyst-Plugin-DefaultEnd
# Date created: Nov 16, 2005
# Whom: Lars Balker Rasmussen <lars@balker.dk>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-DefaultEnd
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG
PKGNAMEPREFIX= p5-
MAINTAINER= lars@balker.dk
COMMENT= Sensible default end action
BUILD_DEPENDS= p5-Catalyst>=5.20:${PORTSDIR}/www/p5-Catalyst
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Catalyst::Plugin::DefaultEnd.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>