pkgsrc/www/p5-LWP-Protocol-Net-Curl/Makefile
mef 988a3e149e (www/p5-LWP-Protocol-Net-Curl) Updated 0.023 to 0.026
0.026 2019-10-08T12:00:22
 - Workaround for another timeout exception (Stanislaw Pusep)
 - Dist::Zilla maintenance (Stanislaw Pusep)
 - CURLOPT_HTTP_VERSION: eval and CURL_HTTP_VERSION_3 (Nick Kostyria)
 - CURLOPT_HTTP_VERSION: re updated (Nick Kostyria)
 - CURLOPT_HTTP_VERSION (Nick Kostyria)

0.025 2019-07-15T11:27:30
 - Failing test fixes (Stanislaw Pusep)

0.024 2019-07-12T12:22:28
 - PUT test should no longer fail (Stanislaw Pusep)
 - die() is still OK (Stanislaw Pusep)
 - Regenerated README (Stanislaw Pusep)
 - Updated libcurl symbols (Stanislaw Pusep)
 - A less exotic URL for redirect test (Stanislaw Pusep)
 - Not every installation of Net::Curl does support select() polling
   (Stanislaw Pusep)
 - Add and populate META files with MetaJSON and MetaProvides::Package
   (José Joaquín Atria)
2019-11-28 11:39:10 +00:00

24 lines
832 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/11/28 11:39:10 mef Exp $
DISTNAME= LWP-Protocol-Net-Curl-0.026
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SY/SYP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/LWP::Protocol::Net::Curl
COMMENT= Provide Curl support for LWP::UserAgent
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-HTTP-Date>=6.02:../../www/p5-HTTP-Date
DEPENDS+= p5-ParallelUserAgent>=2.62:../../www/p5-ParallelUserAgent
DEPENDS+= p5-Net-Curl>=0.39:../../www/p5-Net-Curl
DEPENDS+= p5-URI>=1.74:../../www/p5-URI
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/LWP/Protocol/Net/Curl/.packlist
TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test')
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"