freebsd-ports/www/p5-LWP-UserAgent-POE/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

23 lines
605 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= LWP-UserAgent-POE
PORTVERSION= 0.05
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Drop-in LWP::UserAgent replacement in POE environments
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-POE>=0.9999:devel/p5-POE \
p5-POE-Component-Client-HTTP>=0.83:www/p5-POE-Component-Client-HTTP \
p5-POE-Component-SSLify>=1.008:security/p5-POE-Component-SSLify \
p5-libwww>=0:www/p5-libwww \
p5-Log-Log4perl>=1:devel/p5-Log-Log4perl
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>