pkgsrc/www/p5-CGI-Application/Makefile
sno 8229d48025 Updating package www/p5-CGI-Application from 4.21 to 4.31
pkgsrc changes:
  - Adding license

Upstream changes since 4.21:
4.31 Wed Jul 29, 2009
    [FEATURES]
    - html_tmpl_class() now allows setting an an alternate HTML::Template class
      at a run time. This makes it easy to set the class to be
      'HTML::Template::Dumper' for debugging. You can then see and precisely
      test the Perl data structure that would be sent your template, taking
      into account the template tokens that are actually set there.  (Mark Stosberg)

    [DOCUMENTATION]
    - More typo fixes (Lyle)
2009-08-20 18:28:40 +00:00

23 lines
717 B
Makefile

# $NetBSD: Makefile,v 1.26 2009/08/20 18:28:40 sno Exp $
DISTNAME= CGI-Application-4.31
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cga
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/CGI-Application/
COMMENT= Perl5 module to create sophisticated, reusable web-based applications
LICENSE= ${PERL5_LICENSE}
DEPENDS+= {p5-CGI>=2.66,perl>=5.6.1nb2}:../../www/p5-CGI
DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/CGI/Application/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"