diff options
author | tv <tv@pkgsrc.org> | 1998-10-04 18:24:37 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-04 18:24:37 +0000 |
commit | dfb205144dda1183f9d9b1fd73b80a8ff32bfd94 (patch) | |
tree | edb4626a00f18fc92d3f1261efca16baf4e68af3 /www/p5-FCGI/Makefile | |
parent | 04fe4e33fb5ff4fae0e2aab6ccd46fa7ffa6ec99 (diff) | |
download | pkgsrc-dfb205144dda1183f9d9b1fd73b80a8ff32bfd94.tar.gz |
Add p5-FCGI, a Perl implementation of the client side of FastCGI. Coupled
with apache and ap-fastcgi, this can make Perl-based CGI up to a hundred
times faster in startup cost.
Diffstat (limited to 'www/p5-FCGI/Makefile')
-rw-r--r-- | www/p5-FCGI/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile new file mode 100644 index 00000000000..9ddec5a4369 --- /dev/null +++ b/www/p5-FCGI/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 1998/10/04 18:24:37 tv Exp $ +# + +DISTNAME= FCGI-0.42 +PKGNAME= p5-FCGI-0.42 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= FCGI + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.fastcgi.com/ + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" |