openbsd-ports/devel/p5-AnyEvent-HTTP/Makefile
jasper e8fd3c6284 import p5-AnyEvent-HTTP 1.44
This module 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.
2010-03-29 14:05:56 +00:00

19 lines
364 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/03/29 14:05:56 jasper Exp $
COMMENT= simple but non-blocking HTTP/HTTPS client
DISTNAME= AnyEvent-HTTP-1.44
CATEGORIES= databases devel
MODULES= cpan
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-AnyEvent
.include <bsd.port.mk>