cf6d9e2f86
Changes from previous: 0.14 Mon Oct 31 10:37:49 PDT 2011 - Fixed a bug where croak was not imported from Carp (ctfliblime) 0.13 Sun Sep 18 12:10:56 PDT 2011 - Set the status header to 302 if there's Location header but no Status in the resonse (ASP) 0.12 Thu Jun 9 23:58:10 PDT 2011 - Fixed the PSGI header generation to prevent invalid PSGI response headers such as newlines in the value and "Status" key 0.11 Fri Feb 18 21:35:29 PST 2011 - Filter psgix.* environment too (mkanat)
21 lines
584 B
Makefile
21 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/12 02:58:03 hiramatsu Exp $
|
|
|
|
DISTNAME= CGI-Emulate-PSGI-0.14
|
|
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-Emulate-PSGI/
|
|
COMMENT= Perl 5 module prodiving PSGI adapter for CGI
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/CGI/Emulate/PSGI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|