5284f6793a
FCGI-ProcManager is a process manager for FCGI. By implementing the process manager in perl, we can more finely tune FastCGI performance, and we can take CPU and memory advantages of fast forks and copy-on-write UNIX process management characteristics.
15 lines
482 B
Makefile
15 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:44:22 abs Exp $
|
|
|
|
DISTNAME= FCGI-ProcManager-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JU/JURACH/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/FCGI-ProcManager/
|
|
COMMENT= Functions for managing FastCGI applications
|
|
|
|
PERL5_PACKLIST= auto/FCGI/ProcManager/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|