diff options
author | he <he@pkgsrc.org> | 2008-12-18 20:56:09 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-12-18 20:56:09 +0000 |
commit | 51988bb026a9b40cda688ae4caab34ec20c455c9 (patch) | |
tree | 097a18cc7a7f939077844c3e7a5f505ecad858bf /net/p5-SOAP-Lite | |
parent | 774c8ae34d3f8192e2513bd063121225da55371a (diff) | |
download | pkgsrc-51988bb026a9b40cda688ae4caab34ec20c455c9.tar.gz |
Update from version 0.710.08nb2 to 0.710.08nb3.
Pkgsrc changes:
o Add dependency on perl>=5.10 or p5-version.
When pulled up to pkgsrc-2008Q3 this should fix PR#39773.
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 9de9e396b28..1adc4fa57df 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2008/10/24 01:06:22 obache Exp $ +# $NetBSD: Makefile,v 1.23 2008/12/18 20:56:09 he Exp $ # DISTNAME= SOAP-Lite-0.710.08 PKGNAME= p5-${DISTNAME:S/710.08/71.08/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} @@ -15,6 +15,7 @@ COMMENT= Perl5 module providing a lightweight interface to SOAP DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser +DEPENDS+= {perl>=5.10.0,p5-version>=0}:../../devel/p5-version PKG_DESTDIR_SUPPORT= user-destdir |