233f9afaa0
pkgsrc changes: - Correcting license definition - prevent Module::Install::AutoInstall from installing Upstream changes: 0.30 2009-09-12 23:47:00 - Doc fixes: + Expand ::V:: to ::View:: (RT #45792) + Expand ::C:: to ::Controller:: and use $c->view('TT') where appropriate (bricas) + Add note about use CGI in a template making Catalyst hang (Gunnar Strand) - "use warnings" in Catalyst::View::TT and output from the TT helper - Expand TTSite documentation (RT #33838) - Added a test for direct rendering of a template from a view object, without a request. - Added support for running render with a undef context.
29 lines
1 KiB
Makefile
29 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2009/09/13 19:52:18 sno Exp $
|
|
|
|
DISTNAME= Catalyst-View-TT-0.30
|
|
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:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
|
|
DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
|
|
DEPENDS+= p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-Template-Timer>=0:../../www/p5-Template-Timer
|
|
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
|
|
MAKE_PARAMS+= --skipdeps
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|