0dbc92b857
Add LICENSE Upstream changes: Sun May 29 2016 Michael South <msouth@cpan.org> o CPAN Release 2.62 o Fix HTTPS support with newer LWP versions, a HUGE thanks to Sebastian Willing <sewi@cpan.org> for taking care of this. Mon Feb 18 2013 Michael South <msouth@cpan.org> o CPAN Release 2.61 o Correcting error in Makefile.PL :( Mon Feb 18 2013 Michael South <msouth@cpan.org> o CPAN Release 2.60 o using 'localhost' when creating daemons for any local/*.t tests. Some machines don't return a reachable domain for `hostname`. This may need further refinement. o exiting explicitly from daemon in local/*.t code that creates them. This was already done in timeouts.t, adding it to the other two locations. o attempting a fix for https://rt.cpan.org/Ticket/Display.html?id=46821 without having reproduced. Should at least do no harm, though. o applied (some of) the patch for https://rt.cpan.org/Ticket/Display.html?id=35775 by CHORNY@cpan.org (issue with use of `pwd` on Win32) o adding (generated) META.yml and META.json Fri Feb 15 2013 Michael South <msouth@cpan.org> o CPAN Release 2.59 o some tests were failing due to prerequisites that were not specified o a little more robustness/info in debug mode of t/local/compatibility.t Tue Dec 11 2012 Michael South <msouth@cpan.org> o CPAN Release 2.58 o updates for newer versions of libwww (tests now pass with libwww 6.04) o "harder" deprecation of some (previously deprecated) UA shadow methods o removed some deprecated constructs that were throwing warnings
24 lines
670 B
Makefile
24 lines
670 B
Makefile
# $NetBSD: Makefile,v 1.11 2016/07/23 23:56:48 wen Exp $
|
|
#
|
|
|
|
DISTNAME= ParallelUserAgent-2.62
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSOUTH/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/ParallelUserAgent/
|
|
COMMENT= CPAN Bundle for the LWP Parallel User Agent extension
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/LWP/Parallel/.packlist
|
|
|
|
EXTRACT_USING= gtar
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|