diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-23 20:59:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-23 20:59:25 +0800 |
commit | b6d0517ead94663f89bcc3889dfaa9290465dce1 (patch) | |
tree | 414f219badf956fe3e5ee82b19579c04c0d1d7eb /net/p5-SOAP | |
parent | 3b5b116aaf5005b5868eac7a448e7a73efd663da (diff) | |
download | freebsd-ports-gnome-b6d0517ead94663f89bcc3889dfaa9290465dce1.tar.gz freebsd-ports-gnome-b6d0517ead94663f89bcc3889dfaa9290465dce1.tar.zst freebsd-ports-gnome-b6d0517ead94663f89bcc3889dfaa9290465dce1.zip |
- Add mutual CONFLICTS between net/p5-SOAP and net/p5-SOAP-Lite
PR: 127947
Submitted by: Nick Hibma <nick at anywi dot com>
Approved by: maintainer timeout
Diffstat (limited to 'net/p5-SOAP')
-rw-r--r-- | net/p5-SOAP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-SOAP/Makefile b/net/p5-SOAP/Makefile index c09ac117e329..16d5919dab1b 100644 --- a/net/p5-SOAP/Makefile +++ b/net/p5-SOAP/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +CONFLICTS= p5-SOAP-Lite-[0-9]* + PERL_CONFIGURE= yes MAN3= SOAP.3 SOAP::SimpleTypeWrapper.3 SOAP::Parser.3 \ |