Upstream changes: 0.35 2010-08-26 01:38:00 - Add expose_methods functionality - add template name to exceptions - update render_die message to be more concise. - Doc fixes (RT#57159) - Silence warnings about Template::Provider::Encoding (RT #56310) 0.34 2010-04-07 04:14:50 - Fix the process method to have the previous behaviour of reporting an error to Catalyst if a Template::Exception object is returned by the render method (i.e. when render_die is unset or set to 0). - Fix the warning issued about missing the render_die config option to log using the standard Catalyst logging system (rather than Carping directly), and to only issue the warning at debug level / when in debug mode. The severity of this warning will be increased in a later release.
31 lines
1.1 KiB
Makefile
31 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2010/09/05 11:32:02 sno Exp $
|
|
|
|
DISTNAME= Catalyst-View-TT-0.35
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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-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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|