pkgsrc/net/p5-SOAP-Lite/Makefile
adam 1d724454a9 Changes 0.714:
* Moved SOAP::Transport::TCP into SOAP-Transport-TPC distribution
* 70329 - not generating attributes properly (deleting id attribute)

Changes 0.713:
* 52637 error sending a request in perl 5.10.0 containing utf-8 data using the
  string data type
* 48775 Small bug in SOAP::Packager
* 51178 Emailing: SOAP-Lite-0.710.10.patch
* 55962 Spelling errors
* 52015 defined(%hash) deprecated in Perl 5.11
* 63693 Uninitalized value
* 65655 Assignment of shift to list
* 58538 regression from 0.710.08 soap:Client,Application failed during request
  deserialization
* 64250 Bleadperl v5.13.7-297-g558b442 breaks SOAP::Lite 0.712
* 68088 XML::Parser::Lite fails tests under perl 5.14 RC1
* 69825 Bug in SOAP/Lite/Deserializer/XMLSchemaSOAP1_2.pm
2011-11-02 14:44:36 +00:00

41 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.31 2011/11/02 14:44:36 adam Exp $
DISTNAME= SOAP-Lite-0.714
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.soaplite.com/
#HOMEPAGE= http://search.cpan.org/dist/SOAP-Lite/
COMMENT= Perl5 module providing a lightweight interface to SOAP
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Inspector-[0-9]*:../../devel/p5-Class-Inspector
DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-FCGI>=0:../../www/p5-FCGI
DEPENDS+= {perl>=5.10.0,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress
DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
DEPENDS+= {perl>=5.10.0,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-MIME-Lite>=0:../../mail/p5-MIME-Lite
DEPENDS+= p5-MIME-tools>=0:../../mail/p5-MIME-tools
DEPENDS+= {perl>=5.10,p5-Net>=0}:../../net/p5-Net
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser
DEPENDS+= {perl>=5.10.1,p5-constant>=1.14}:../../devel/p5-constant
DEPENDS+= p5-libwww>=0:../../www/p5-libwww
DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||}
REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl
PERL5_PACKLIST= auto/SOAP/Lite/.packlist
MAKE_PARAMS+= --noprompt
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"