aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-LWP-UserAgent-POE/Makefile
blob: 44f40ec7f3724130327add6398721f2042a59c60 (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
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=   LWP-UserAgent-POE
PORTVERSION=    0.05
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= LWP
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    Drop-in LWP::UserAgent replacement in POE environments

BUILD_DEPENDS=  p5-POE>=0.9999:${PORTSDIR}/devel/p5-POE \
        p5-POE-Component-Client-HTTP>=0.83:${PORTSDIR}/www/p5-POE-Component-Client-HTTP \
        p5-POE-Component-SSLify>=1.008:${PORTSDIR}/security/p5-POE-Component-SSLify \
        p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
        p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>