aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-POE-Component-Client-HTTP/Makefile
blob: 1ed5c45142689e8485083d80cf7af5ec8a7ffc4f (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    POE-Component-Client-HTTP
# Date created:     10 Dec 2001
# Whom:         Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   POE-Component-Client-HTTP
PORTVERSION=    0.9460
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:RCAPUTO
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:C/0$//}

MAINTAINER= perl@FreeBSD.org
COMMENT=    POE component for non-blocking/concurrent HTTP queries

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-POE>=1.312:${PORTSDIR}/devel/p5-POE \
        p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
        p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
        p5-POE-Component-Client-Keepalive>=0.2710:${PORTSDIR}/net/p5-POE-Component-Client-Keepalive \
        p5-Socket-GetAddrInfo>=0.19:${PORTSDIR}/net/p5-Socket-GetAddrInfo
RUN_DEPENDS:=   ${BUILD_DEPENDS}

TEST_DEPENDS=   p5-Test-POE-Server-TCP>=1.14:${PORTSDIR}/devel/p5-Test-POE-Server-TCP

PERL_CONFIGURE= yes

MAN3=       POE::Component::Client::HTTP.3 \
        POE::Component::Client::HTTP::Request.3 \
        POE::Component::Client::HTTP::RequestFactory.3 \
        POE::Filter::HTTPChunk.3 POE::Filter::HTTPHead.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+=  p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>