pkgsrc/www/p5-libwww/Makefile
mef 1e82573523 (www/p5-libwww) Updated 6.39 to 6.43
6.43      2019-11-26 13:54:43Z
    - Continue trying different Authentication challenge schemes if
      credentials are wrong (Roman Galeev, Julien Fiegehenn)

6.42      2019-11-20 17:40:52Z
    - Add retry handling for a stale nonce with digest authentication (marmotil
      and Frank Maas) (GH#40, GH#313, GH#321)
    - Add the patch method to LWP::UserAgent. (GH#334) (Chase Whitener)
    - Fix docs to match keep_alive => undef behavior, add some trivial tests
      (GH#333) (Ville Skyttä)
    - Documentation grammar fixes (GH#331) (Ville Skyttä)

6.41      2019-10-28 14:42:06Z
    - Allow mirroring to files called '0' (GH#329) (Mark Fowler)

6.40      2019-10-24 12:55:45Z
    - Let Digest authentication act on nonce expiry (GH#313) (Frank Maas)
    - Make file arg for mirror mandatory #304 (GH#326) (Julien Fiegehenn)
    - Doc fix: fields starting with ":" have to be quoted (GH#324) (Slaven
      Rezić)
    - Fix documentation for removing all handlers (GH#319) (leedo)
    - Ensure proper version of Dist::Zilla::Plugin::MakeMaker::Awesome
    - Add TravisCI testing for Perl v5.30
    - Clean up .perltidyrc
2019-11-28 13:08:10 +00:00

48 lines
1.9 KiB
Makefile

# $NetBSD: Makefile,v 1.123 2019/11/28 13:08:10 mef Exp $
DISTNAME= libwww-perl-6.43
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/libwww-perl
COMMENT= Perl5 library for WWW access
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Encode-Locale>=0:../../textproc/p5-Encode-Locale
DEPENDS+= p5-File-Listing>=6:../../devel/p5-File-Listing
DEPENDS+= p5-HTTP-Cookies>=6:../../www/p5-HTTP-Cookies
DEPENDS+= p5-HTTP-Daemon>=6:../../www/p5-HTTP-Daemon
DEPENDS+= p5-HTTP-Date>=6:../../www/p5-HTTP-Date
DEPENDS+= p5-HTTP-Negotiate>=6:../../www/p5-HTTP-Negotiate
DEPENDS+= p5-HTTP-Message>=6:../../www/p5-HTTP-Message
DEPENDS+= p5-LWP-MediaTypes>=6:../../www/p5-LWP-MediaTypes
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.1}:../../converters/p5-MIME-Base64
#DEPENDS+= {perl>=5.10,p5-Net>=1.09}:../../net/p5-Net # for Net::FTP>=2.58
DEPENDS+= p5-Net-HTTP>=6.18:../../www/p5-Net-HTTP
DEPENDS+= p5-URI>=1.10:../../www/p5-URI
DEPENDS+= p5-WWW-RobotRules>=6.01:../../www/p5-WWW-RobotRules
# Optionals
DEPENDS+= p5-LWP-Protocol-https>=6.02:../../www/p5-LWP-Protocol-https
DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/libwww/perl/.packlist
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"