freebsd-ports/www/p5-FCGI-ProcManager/Makefile

20 lines
386 B
Makefile

# 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
MAN3= FCGI::ProcManager.3 \
FCGI::ProcManager::Constrained.3
NO_STAGE= yes
.include <bsd.port.mk>