Changes from previous: ---------------------- 1.05 Fri Jun 4 14:25:49 EST 2010 - fix dev popup support by html encoding the data sent to the popup window (patch by Clayton L. Scott) - fix test failure on windows (patch by Alexandr Ciornii) 1.04 Wed Nov 1 07:08:50 EST 2006 - add TEMPLATE_PRECOMPILE_DIR option which can automatically compile all your templates on startup (patch by Michael Peters) - slightly refactored the default tt_template_name code - doc fix (Trammell Hudson/Robert Sedlacek)
20 lines
750 B
Makefile
20 lines
750 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/04/12 15:18:51 jgoamakf Exp $
|
|
|
|
DISTNAME= CGI-Application-Plugin-TT-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/CGI-Application-Plugin-TT/
|
|
COMMENT= Add Template Toolkit support to CGI::Application
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-CGI-Application>=4.0:../../www/p5-CGI-Application
|
|
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-CGI-Application-Plugin-DevPopup>=0:../../wip/p5-CGI-Application-Plugin-DevPopup
|
|
|
|
PERL5_PACKLIST= auto/CGI/Application/Plugin/TT/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|