freebsd-ports/www/p5-HTTP-AnyUA/Makefile
Sunpoet Po-Chuan Hsieh 24acab9bab Add p5-HTTP-AnyUA 0.904
HTTP::AnyUA provides a small wrapper for unifying the programming interfaces of
several different actual user agents (HTTP clients) under one familiar
interface.

Rather than providing yet another programming interface for you to learn,
HTTP::AnyUA follows the HTTP::Tiny interface. This also means that you can plug
in any supported HTTP client (LWP::UserAgent, Furl, etc.) and use it as if it
were HTTP::Tiny.

Unfortunately, many modules on CPAN are hardcoded to work with specific HTTP
clients, leaving the end user unable to use the HTTP client that would be best
for them. Although the end user won't -- or at least doesn't need to -- use
HTTP::AnyUA directly, they will benefit from client choice if their third-party
modules use HTTP::AnyUA or something like it.

The primary goal of HTTP::AnyUA is to make it easy for module developers to
write HTTP code once that can work with any HTTP client the end user may decide
to plug in. A secondary goal is to make it easy for anyone to add support for
new or yet-unsupported user agents.

WWW: https://metacpan.org/release/HTTP-AnyUA
2019-03-17 18:21:33 +00:00

28 lines
639 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTTP-AnyUA
PORTVERSION= 0.904
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP user agent programming interface unification layer
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Future>=0:devel/p5-Future \
p5-Module-Loader>=0:devel/p5-Module-Loader
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-namespace-clean>=0:devel/p5-namespace-clean
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>