aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTTP-Async/Makefile
blob: 6f43337012498fcc3a92a7eb6f4543aeedc0466d (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
24
25
26
27
# New ports collection makefile for:    p5-HTTP-Async
# Date created:             2007/02/14
# Whom:                 chinsan
#
# $FreeBSD$
#

PORTNAME=   HTTP-Async
PORTVERSION=    0.09
PORTREVISION=   1
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Process multiple HTTP requests in parallel without blocking

BUILD_DEPENDS=  p5-URI>=0:${PORTSDIR}/net/p5-URI \
        p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
        p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=    ${BUILD_DEPENDS}

MAN3=       HTTP::Async.3 HTTP::Async::Polite.3

PERL_CONFIGURE= yes

.include <bsd.port.mk>