Packages Collection. The Perl 5 module AnyEvent::HTTP is an AnyEvent user, you need to make sure that you use and run a supported event loop. It implements a simple, stateless and non-blocking HTTP client. It supports GET, POST and other request methods, cookies and more, all on a very low level. It can follow redirects supports proxies and automatically limits the number of connections to the values specified in the RFC.
22 lines
610 B
Makefile
22 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/24 09:00:13 seb Exp $
|
|
|
|
DISTNAME= AnyEvent-HTTP-1.44
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/AnyEvent-HTTP/
|
|
COMMENT= Perl 5 providing simple but non-blocking HTTP/HTTPS client
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/AnyEvent/HTTP/.packlist
|
|
|
|
DEPENDS+= p5-AnyEvent>=5:../../devel/p5-AnyEvent
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|