21f6cd7846
Although using the conventional LWP::UserAgent is fast and easy it does have some drawbacks - the code execution blocks until the request has been completed and it is only possible to process one request at a time. HTTP::Async attempts to address these limitations.
22 lines
458 B
Makefile
22 lines
458 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 16:44:25 simon Exp $
|
|
|
|
COMMENT= process multiple HTTP requests in parallel without blocking
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTTP-Async-0.07
|
|
CATEGORIES= 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= ::www/p5-libwww
|
|
|
|
REGRESS_DEPENDS=::www/p5-Test-HTTP-Server-Simple
|
|
|
|
.include <bsd.port.mk>
|