blob: 811abfd44919cf6c66d8864d766ec9ea998409cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Peter <peter@vereshagin.org>
# $FreeBSD$
PORTNAME= FCGI-ProcManager
PORTVERSION= 0.24
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= peter@vereshagin.org
COMMENT= Functions for managing FastCGI applications
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|