aboutsummaryrefslogtreecommitdiff
path: root/www/p5-FCGI-ProcManager/Makefile
blob: 9fa49305a753c1331186702aed69155f2e1d6fcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Peter <peter@vereshagin.org>

PORTNAME=	FCGI-ProcManager
PORTVERSION=	0.28
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>