diff options
author | abs <abs@pkgsrc.org> | 2008-07-15 09:15:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-07-15 09:15:03 +0000 |
commit | 76643d137021d502ef688a3b4b85a286d014e53f (patch) | |
tree | 7d3c681e19a0fd473fd4fbf04b2bec16687ef221 /www/p5-Catalyst-Action-RenderView/Makefile | |
parent | 4f65916d0747898c8270800b51bb8148e7ea3ca7 (diff) | |
download | pkgsrc-76643d137021d502ef688a3b4b85a286d014e53f.tar.gz |
Added www/p5-Catalyst-Action-RenderView version 0.08
The final rendering action for the Catalyst web framework.
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 one view, you can specify which one to use
with the default_view config setting (see Catalyst's $c->view($name)
method).
Diffstat (limited to 'www/p5-Catalyst-Action-RenderView/Makefile')
-rw-r--r-- | www/p5-Catalyst-Action-RenderView/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile new file mode 100644 index 00000000000..aebe05076a8 --- /dev/null +++ b/www/p5-Catalyst-Action-RenderView/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:15:03 abs Exp $ + +DISTNAME= Catalyst-Action-RenderView-0.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Catalyst-Action-RenderView/ +COMMENT= Catalyst render action target + +DEPENDS+= p5-Catalyst-Runtime>=5.70:../../www/p5-Catalyst-Runtime +DEPENDS+= p5-Data-Visitor>=0.08:../../devel/p5-Data-Visitor + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Catalyst/Action/RenderView/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |