aboutsummaryrefslogblamecommitdiff
path: root/www/p5-FastCGI-ProcManager/Makefile
blob: 6e3a317dfffdc8631615f20673081c9072e6f6c2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                        
                                 









                                                                            
# New ports collection makefile for:	p5-FastCGI-ProcManager
# Date created:			18 January 2004
# Whom:				Scott McWhirter <scott@surreytech.co.uk>
#
# $FreeBSD$
#

PORTNAME=	FastCGI-ProcManager
PORTVERSION=	0.17
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	FCGI
PKGNAMEPREFIX=	p5-
DISTNAME=	FCGI-ProcManager-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Functions for managing FastCGI applications

BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		FCGI::ProcManager.3

.include <bsd.port.mk>