2fb79df69f
Upstream changes: 0.034 2013-06-26 19:02:25 America/New_York [ADDED] - Added support for 'Basic' authorization from user:password parameters in the URL 0.033 2013-06-21 06:26:51 America/New_York [FIXED] - Modifying the 'agent' attribute with the accessor will append the default agent string, just like setting it during construction 0.032 2013-06-20 11:41:24 America/New_York [ADDED] - Added 'no_proxy' attribute, defaulting to $ENV{no_proxy} 0.031 2013-06-16 23:18:18 America/New_York [FIXED] - Fixed bug receiving 0-length content bodies 0.030 2013-06-13 11:46:15 America/New_York [FIXED] - Requests with the empty string as body content no longer generate 'content-type' and 'content-length' headers. 0.029 2013-04-17 13:49:07 America/New_York [FIXED] - Checks for new enough OpenSSL library before using SNI (otherwise IO::Socket::SSL throws warnings)
21 lines
610 B
Makefile
21 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/07/21 07:01:38 wen Exp $
|
|
#
|
|
|
|
DISTNAME= HTTP-Tiny-0.034
|
|
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}
|
|
|
|
# used for test
|
|
DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
|
|
DEPENDS+= p5-Mozilla-CA>=0:../../security/p5-Mozilla-CA
|
|
|
|
PERL5_PACKLIST= auto/HTTP/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|