pkgsrc/net/p5-XML-RPC/Makefile
wiz 00b983609d p5-XML-RPC: update to 1.1.
2017/11/21  (1.1)
    * Add facility to add HTTP *Basic* Auth
    * Require LWP::Protocol::https to be installed
      (hey, it's 2017, we can assume that https is available....)
      This implicitly fixes bug 118475 "XML::RPC not reporting error if https connection requested but LWP::Protocol::https not installed"
    * Implement recommended patch for #75078 "autodetection of XML datatyp <i4> for string of digits starting with 0"

2017/11/21  (1.0) Rene "cavac" Schickbauer
    * First release by me for this module
    * Integrate/Merge changes from XML::RPC::CustomUA
      (and deprecate CustomUA module at the same time)
2017-11-24 14:35:08 +00:00

19 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.3 2017/11/24 14:35:08 wiz Exp $
DISTNAME= XML-RPC-1.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 net
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/C/CA/CAVAC/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~cavac/XML-RPC/
COMMENT= Pure Perl implementation for an XML-RPC client and server
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-XML-TreePP-[0-9]*:../../textproc/p5-XML-TreePP
PERL5_PACKLIST= auto/XML/RPC/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"