ca70e439c2
per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
29 lines
734 B
Makefile
29 lines
734 B
Makefile
# New ports collection makefile for: LWP-UserAgent-POE
|
|
# Date created: 25 February 2009
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= LWP-UserAgent-POE
|
|
PORTVERSION= 0.03
|
|
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-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= LWP::UserAgent::POE.3
|
|
|
|
.include <bsd.port.mk>
|