diff options
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile index cdae6141a17..3e75aae0143 100644 --- a/net/p5-SOAP-Lite/Makefile +++ b/net/p5-SOAP-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2013/08/22 07:14:24 wen Exp $ +# $NetBSD: Makefile,v 1.38 2013/09/19 11:03:53 obache Exp $ DISTNAME= SOAP-Lite-1.06 PKGNAME= p5-${DISTNAME} @@ -27,6 +27,8 @@ 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 +SUPERSEDES+= p5-SOAP-Transport-TCP-[0-9]* + WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||} REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl |