41704f9580
the Perl programming language with a simple http client as dependency of scheduled import of MetaCPAN::API (dependency of scheduled update of Git::CPAN::Patch). This is a very simple HTTP/1.1 client, designed for doing simple GET requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies (currently only non-authenticating ones) and redirection. It also correctly resumes after EINTR.
19 lines
514 B
Makefile
19 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 12:57:14 sno Exp $
|
|
#
|
|
|
|
DISTNAME= HTTP-Tiny-0.016
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTTP-Tiny/
|
|
COMMENT= Perl5 module providing a small, simple, correct HTTP/1.1 client
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/HTTP/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|