diff options
-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 |