180f9895d5
ChangeLog: 4.21 Sat Jan 3, 2009 [FEATURES] - This now works: $webapp->query($new_query_object); Setting a new query object can be useful in combination with CGI::Application::Server. (Jaldhar Vyas) [DOCUMENTATION] - More typo fixes (Lyle) 4.20 Sat Nov 1, 2008 [DOCUMENTATION] - typo fix (Lyle) 4.19_1 Fri Sep 27, 2008 [FEATURES] - New 'html_tmpl_class' method allows you to specify an alternative HTML::Template class. This technique will eliminate the need to use a plugin for HTML::Template-compatible classes. See the docs for load_tmpl() for details. Thanks to Rhesa Rozendaal for the initial patch, and Mark Stosberg for documentation refinements. [DOCUMENTATION] - typo fix (George Hartzell) - Revert back to documenting the use of "$self", not $c, after community feedback. [INTERNALS] - Change how default run modes are declared for better compatibility with AutoRunmode and RunmodeDeclare plugins. Thanks Rhesa via RT#39631.
22 lines
692 B
Makefile
22 lines
692 B
Makefile
# $NetBSD: Makefile,v 1.25 2009/03/09 20:29:24 rhaen Exp $
|
|
|
|
DISTNAME= CGI-Application-4.21
|
|
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
|
|
|
|
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"
|