c9bea08623
Upstream changes: 0.41 2013-02-28 - New local attribute to let you override the default content type when no content type has been set for the response. 0.40 2013-01-15 20:52:14 - Fix hash randomisation breakage in tests (RT#82703) 0.39 2012-04-11 07:40:00 - Fix warning from tests. RT#75104 - Fix ExtUtils::MakeMaker version requirement (due to last release being made with faulty Module::Install). RT#76488 0.38 2012-02-15 20:42:00 - Change documentation to reflect use of Moose. - Change documentation to highlight how to configure UTF-8 in templates. - Change documentation to recommend putting calls to MyApp->path_to into the app class itself, ergo avoiding recursive dependencies and making the view compile standalone. - Change code generated by Catalyst::Helper::View::TT to use Moose.
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2013/08/23 07:25:59 wen Exp $
|
|
|
|
DISTNAME= Catalyst-View-TT-0.41
|
|
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-View-TT/
|
|
COMMENT= Template Toolkit view class for Catalyst
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Catalyst-Runtime>=5.7000:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
|
|
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
|
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
|
DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-Template-Timer-[0-9]*:../../www/p5-Template-Timer
|
|
|
|
# for test target
|
|
BUILD_DEPENDS+= p5-Template-Provider-Encoding-[0-9]*:../../www/p5-Template-Provider-Encoding
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/View/TT/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|