pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile
mef 626556d23d (devel/p5-Test-HTTP-LocalServer) Updated 0.64 to 0.69
0.69 2019-10-01
    * Protect test suite against HTTP_PROXY (etc) being set, again
      This is mostly because the module itself doesn't care anymore, but now
      the test suite needs to protect itself.

0.68 2019-09-30
    * Add ->basic_auth endpoint

0.67 2019-09-29
    * More aggressively watch for startup of the web server to reduce idle
      times. Also speed up the test suite by polling instead of sleep()ing.
    * Added ->server_url() as a half-documented way of changing the URL
      the server is accessed at. This is self-service and if things break, you
      get to keep all the parts.
    * LWP::UserAgent is no more a (test) prerequisite. We do the tests from
      HTTP::Tiny (core since 5.14, runs on 5.6+).

0.66 2019-09-10
    * Make detection of IPv4 localhost vs. IPv6 localhost
      much more resilient. Backported from WWW::Mechanize, implemented by
      Shoichi Kaji.
    * We now need HTTP::Daemon 6.05.

0.65 2019-09-05
    * Fix order of module usage in test scripts, spotted by Jorol
      This only was a problem when you had $ENV{HTTP_PROXY} set.
    * Document that we clean out $ENV{HTTPS_PROXY} as well.
2019-10-28 12:58:10 +00:00

20 lines
672 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/10/28 12:58:10 mef Exp $
DISTNAME= Test-HTTP-LocalServer-0.69
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://cpan.metacpan.org/authors/id/C/CO/CORION/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/Test::HTTP::LocalServer
COMMENT= Perl module for spawning a local HTTP server for testing
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-HTTP-Request-AsCGI-[0-9]*:../../www/p5-HTTP-Request-AsCGI
PERL5_PACKLIST= auto/Test/HTTP/LocalServer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"