1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- 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
This commit is contained in:
Dmitry Marakasov 2008-10-23 12:59:25 +00:00
parent d798335c98
commit 8934acfb2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221930
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFLICTS= p5-SOAP-Lite-0.60*
CONFLICTS= p5-SOAP-Lite-0.60* p5-SOAP-[0-9]*
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --noprompt

View File

@ -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 \