aaaf8ccc1b
version 3.24: Tue 6 Mar 08:12:19 CET 2018 Fixes: - Experimental keys on scalar rt.cpan.org#124688 [Slaven Rezic] Improvements: - add missing example wsdl version 3.23: Sun Mar 4 23:45:09 CET 2018 Fixes: - add 'Host' to the header. Improvements: - rpc style header with type part [Lars Thegler] - typo in doc rt.cpan.org#124462 [Andy Scheller] - ::Server::compileFilter() could not handle RPCs with empty bodies, but was broken much more serious anyway [Abeltje] - convert to GIT, publish via GitHub
24 lines
883 B
Makefile
24 lines
883 B
Makefile
# $NetBSD: Makefile,v 1.5 2018/03/08 13:12:54 wiz Exp $
|
|
|
|
DISTNAME= XML-Compile-SOAP-3.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MA/MARKOV/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/XML-Compile-SOAP/
|
|
COMMENT= SOAP 1.1 implementation for perl
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Log-Report-[0-9]*:../../devel/p5-Log-Report
|
|
DEPENDS+= p5-XML-Compile-[0-9]*:../../textproc/p5-XML-Compile
|
|
DEPENDS+= p5-XML-Compile-Cache-[0-9]*:../../textproc/p5-XML-Compile-Cache
|
|
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
BUILD_DEPENDS+= p5-XML-Compile-Tester-[0-9]*:../../textproc/p5-XML-Compile-Tester
|
|
|
|
PERL5_PACKLIST= auto/XML/Compile/SOAP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|