23 lines
470 B
Makefile
23 lines
470 B
Makefile
# New ports collection makefile for: p5-FCGI-Async
|
|
# Date created: 2007-06-10
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= FCGI-Async
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Module to allow use of FastCGI asynchronously
|
|
|
|
RUN_DEPENDS= p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= FCGI::Async.3 FCGI::Async::Request.3
|
|
|
|
.include <bsd.port.mk>
|