pkgsrc/www/p5-FCGI/Makefile
obache 3c62a183f0 Update p5-FCGI to 0.74.
Version 0.74 --  24 Sep 2011 <rafl@debian.org>
   o Stop leaking information across requests when using the deprecated
     and undocumented old FCGI interface. This is CVE-2011-2766.
   o Only discard input stream if FCGI_KEEP_CONN is set in
     FCGI_BeginRequestBody flags.
2011-09-28 13:17:28 +00:00

19 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.29 2011/09/28 13:17:28 obache Exp $
#
DISTNAME= FCGI-0.74
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5fcg
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fastcgi.com/
COMMENT= Perl5 library for FastCGI, a fast startup alternative to CGI
USE_LANGUAGES= c
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/FCGI/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"