7800cecbc1
POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel.
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 16:10:37 simon Exp $
|
|
|
|
COMMENT= POE HTTP user-agent component
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-Client-HTTP-0.82
|
|
CATEGORIES= net www
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-POE \
|
|
::net/p5-POE-Component-Client-Keepalive \
|
|
::www/p5-URI \
|
|
::www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|