3cc7af9e41
4.61 - Release fix in 4.60_1 4.60_1 [BUGS] - Revert MANIFEST changes which seemed to have caused some issues https://github.com/MartinMcGrath/CGI--Application/issues/5 [DOCUMENTATION] - Fix minor POD typo. 4.60 - Release, includes all changes from 4.50_50, 4.50_51 4.50_51 (developer release) 2015-07-16 [BUGS] - Create new CGI::PSGI object unconditionally in psgi_app()/Bug #88506 (allter) [DOCUMENTATION] - Introduced Travis CI (Martin McGrath) 4.50_50 (developer release) Fri Jun 23, 2014 - Add PSGI Streaming methods (Mike Tonks) - Added CGI.pm dependency, it is no longer a core module (Martin McGrath) [BUGS] - Fixed rt #84403 - Security problem: missing "start" mode dumps ENV to output page. (Martin McGrath) - Ensure dump_html() returns valid HTML. (Martin McGrath) [DOCUMENTATION] - Changes to repository URL and bug tracker, added Martin McGrath as a co-maintainer - Typo fixes (David Steinbrunner)
20 lines
682 B
Makefile
20 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.42 2018/03/04 15:41:19 wiz Exp $
|
|
|
|
DISTNAME= CGI-Application-4.61
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
MAINTAINER= pkgsrc-users@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-Class-ISA-[0-9]*:../../devel/p5-Class-ISA
|
|
DEPENDS+= p5-HTML-Template-[0-9]*:../../www/p5-HTML-Template
|
|
|
|
PERL5_PACKLIST= auto/CGI/Application/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|