Changes from previous: 0.16 2011-01-05 19:28:00 GMT - Fix bug accidentally introduced in the last version with response 3xx statuses. 0.15 2011-01-04 14:19:36 CET - Don't delegate to a view if the response body is set to `undef'. - Make sure a Test::More with done_testing support is available.
26 lines
866 B
Makefile
26 lines
866 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/11/18 00:14:42 hiramatsu Exp $
|
|
|
|
DISTNAME= Catalyst-Action-RenderView-0.16
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Catalyst-Runtime>=5.70000:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-Data-Visitor>=0.24:../../devel/p5-Data-Visitor
|
|
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
|
|
|
|
BUILD_DEPENDS+= p5-HTTP-Request-AsCGI-[0-9]*:../../www/p5-HTTP-Request-AsCGI
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/Action/RenderView/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|