mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3704b14ead
PR: ports/127007 Submitted by: Peter Vereshagin <peter at vereshagin.org> (maintainer)
24 lines
483 B
Makefile
24 lines
483 B
Makefile
# New ports collection makefile for: p5-FCGI-Spawn
|
|
# Date created: 2007-12-28
|
|
# Whom: Peter <peter@vereshagin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= FCGI-Spawn
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= peter@vereshagin.org
|
|
COMMENT= Process manager/application server for FastCGI protocol
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/FCGI/ProcManager.pm:${PORTSDIR}/www/p5-FCGI-ProcManager
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= FCGI::Spawn.3
|
|
|
|
.include <bsd.port.mk>
|