1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/p5-LWP-UserAgent-POE/Makefile
2009-02-25 09:44:46 +00:00

29 lines
719 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.02
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}
PERL_CONFIGURE= yes
MAN3= LWP::UserAgent::POE.3
.include <bsd.port.mk>