pkgsrc-wip/p5-CGI-Application-Plugin-TT/Makefile
Hiramatsu Yoshifumi 56ea224bbd Updated to 1.03.
Changes since 1.02.

1.03  Thu May 18 12:27:26 EDT 2006

    - the default tt_template_name method now accepts
      a parameter that specifies how many caller levels
      we walk up (from the calling method) to find the
      method name to use as a base for the template name
      (defaults to 0)
    - a side effect of this change is that you can now
      pass any parameters you like to your custom
      TEMPLATE_NAME_GENERATOR method, when calling
      $self->tt_template_name(...).
2007-04-10 07:13:48 +00:00

22 lines
788 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/04/10 07:13:48 jgoamakf Exp $
DISTNAME= CGI-Application-Plugin-TT-1.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cpo
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
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/CGI/Application/Plugin/TT/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"