pkgsrc/www/p5-ParallelUserAgent/Makefile

26 lines
686 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2019/11/04 22:10:07 rillig Exp $
#
Update to 2.62 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
2016-07-24 01:56:48 +02:00
DISTNAME= ParallelUserAgent-2.62
PKGNAME= p5-${DISTNAME}
2019-08-11 15:17:48 +02:00
PKGREVISION= 3
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSOUTH/}
Update to 2.62 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
2016-07-24 01:56:48 +02:00
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/ParallelUserAgent
COMMENT= CPAN Bundle for the LWP Parallel User Agent extension
Update to 2.62 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
2016-07-24 01:56:48 +02:00
LICENSE= ${PERL5_LICENSE}
Update to 2.62 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
2016-07-24 01:56:48 +02:00
DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/LWP/Parallel/.packlist
Update to 2.62 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
2016-07-24 01:56:48 +02:00
EXTRACT_USING= gtar
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"