diff options
author | obache <obache> | 2013-09-19 11:03:53 +0000 |
---|---|---|
committer | obache <obache> | 2013-09-19 11:03:53 +0000 |
commit | d1d07fe6ec403be29f479ffe65bf36c7e5a0edb8 (patch) | |
tree | 0aca08082b54eda6046c6cfa190d6b10347e01e1 | |
parent | 2e975aab4fa148ba3af0b549332a4e1954f988ec (diff) | |
download | pkgsrc-d1d07fe6ec403be29f479ffe65bf36c7e5a0edb8.tar.gz |
Note p5-SOAP-Transport-TCP as SUPERSEDES, merged back since 1.0.
-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 |