pkgsrc/www/p5-Net-HTTP/Makefile
hiramatsu 1afb55d9d0 Update p5-Net-HTTP to 6.06.
Changes from previous:
_______________________________________________________________________________
2013-03-10 Net-HTTP 6.06

Jesse Luehrs (1):
      IO::Socket::SSL doesn't play well with select() [RT#81237]
_______________________________________________________________________________
2012-11-10 Net-HTTP 6.05

Gisle Aas (1):
      Convert to Test::More style and disable test on Windows [RT#81090]

Marinos Yannikos (1):
      SSL broken for some servers [RT#81073]
_______________________________________________________________________________
2012-11-08 Net-HTTP 6.04

Gisle Aas (3):
      Simpler handling of double chunked [RT#77240]
      Check for timeouts before reading [RT#72676]
      Fake can_read

Dagfinn Ilmari Mannsåker (1):
      Fix chunked decoding on temporary read error [RT#74431]

Eric Wong (1):
      NB: set http_bytes if read_entity_body hits EAGAIN on first read

Jay Hannah (1):
      chunked,chunked is invalid, but happens. :( Ignore all but the first. [RT#77240]
2013-04-18 08:54:37 +00:00

19 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/04/18 08:54:37 hiramatsu Exp $
DISTNAME= Net-HTTP-6.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5 net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-HTTP/
COMMENT= Perl 5 module for low-level HTTP connections (client)
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-libwww<6.00
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Net/HTTP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"