From 9de43ac705cc10e9ddce6ffb7f1a647e52e71b3e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Oct 2008 13:05:37 +0000 Subject: Add p5-version dependency. Noted missing by Jörn Clausen in PR 39773. Bump PKGREVISION. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net/p5-SOAP-Lite/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index 09c5fea66fa..d43b4985abd 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2008/10/19 19:18:44 he Exp $ +# $NetBSD: Makefile,v 1.19 2008/10/20 13:05:37 wiz Exp $ # DISTNAME= SOAP-Lite-0.710.08 PKGNAME= p5-${DISTNAME:S/710.08/71.08/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} @@ -12,12 +12,14 @@ HOMEPAGE= http://www.soaplite.com/ #HOMEPAGE= http://search.cpan.org/dist/SOAP-Lite/ COMMENT= Perl5 module providing a lightweight interface to SOAP -PKG_DESTDIR_SUPPORT= user-destdir - -WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||} 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+= p5-version-[0-9]*:../../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 -- cgit v1.2.3