diff options
author | sno <sno> | 2009-08-20 18:28:40 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-20 18:28:40 +0000 |
commit | a5d2de7e6610f193ecac030aaefa962d9c7debc0 (patch) | |
tree | 83528e73fed063106deaae6b0978e87560ac5802 /www/p5-CGI-Application/Makefile | |
parent | 308a781b33901a8b43188fd7a060b76917eb67b4 (diff) | |
download | pkgsrc-a5d2de7e6610f193ecac030aaefa962d9c7debc0.tar.gz |
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)
Diffstat (limited to 'www/p5-CGI-Application/Makefile')
-rw-r--r-- | www/p5-CGI-Application/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile index 1ef358cd6e5..7aab1751e2b 100644 --- a/www/p5-CGI-Application/Makefile +++ b/www/p5-CGI-Application/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2009/03/09 20:29:24 rhaen Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/20 18:28:40 sno Exp $ -DISTNAME= CGI-Application-4.21 +DISTNAME= CGI-Application-4.31 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cga CATEGORIES= www perl5 @@ -9,6 +9,7 @@ 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 |