aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-FCGI-Async/Makefile
blob: da04b8101b2e29931fa55d32a992c7e240718510 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.12
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Module to allow use of FastCGI asynchronously

RUN_DEPENDS=    ${SITE_PERL}/IO/Async/Buffer.pm:${PORTSDIR}/devel/p5-IO-Async

PERL_CONFIGURE= yes

MAN3=       FCGI::Async.3 FCGI::Async::Constants.3 FCGI::Async::Request.3

.include <bsd.port.mk>