pkgsrc/www/p5-CGI-PSGI/Makefile
hiramatsu 6fcaee51be Update p5-CGI-PSGI to 0.15.
Changes from previous:
0.15  Tue May 17 13:58:50 PDT 2011
        - Updated the list of overriding methods per CGI.pm update
        - Added a note that you can't use CGI::Pretty (reported by Maestro)

0.14  Sat Dec 25 11:35:52 PST 2010
        - Port fixes for header injection from CGI.pm (markstos)

0.13  Sat Oct 30 23:09:06 PDT 2010
        - Specify Test::More dep

0.12  Mon Oct 25 11:06:59 PDT 2010
        - Strip Status: header since to conform PSGI spec (clkao)
2011-11-06 02:44:44 +00:00

21 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/11/06 02:44:44 hiramatsu Exp $
DISTNAME= CGI-PSGI-0.15
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-PSGI/
COMMENT= Perl 5 module to adapt CGI.pm to the PSGI protocol
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/CGI/PSGI/.packlist
DEPENDS+= {perl>=5.10.1,p5-CGI>=3.33}:../../www/p5-CGI
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"