5836ec21f4
re-implementing it in perl, developers can more finely tune performance in their web applications, and can take advantage of copy-on-write semantics prevalent in UNIX kernel process management. The process manager should be invoked before the caller''s request loop WWW: http://search.cpan.org/dist/FCGI-ProcManager/ PR: ports/119009 Submitted by: Peter <peter at vereshagin.org>
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# New ports collection makefile for: p5-FCGI-ProcManager
|
|
# Date created: 2007-12-28
|
|
# Whom: Peter <peter@vereshagin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= FCGI-ProcManager
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= FCGI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= peter@vereshagin.org
|
|
COMMENT= Functions for managing FastCGI applications
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= FCGI::ProcManager.3
|
|
|
|
.include <bsd.port.mk>
|