750266cfd8
Upstream changes: 0.056 2015-05-19 06:00:40-04:00 America/New_York - No changes from 0.055 0.055 2015-05-07 18:13:41-04:00 America/New_York (TRIAL RELEASE) [ADDED] - Added 'can_ssl' method to detect SSL support before trying and failing with a fatal exception. - Added support for 308 redirects [FIXED] - When specifying a custom CA file, if that file is missing or unreadable, HTTP::Tiny will no longer fall back to a default CA [DOCUMENTED] - Noted units are bytes for max_size 0.054 2015-01-27 07:18:19-05:00 America/New_York [ADDED] - Added more fallback paths to find CA files (thanks golang) [DOCUMENTED] - Fixed a typo
21 lines
611 B
Makefile
21 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.15 2015/08/12 14:06:17 wen Exp $
|
|
#
|
|
|
|
DISTNAME= HTTP-Tiny-0.056
|
|
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"
|