diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 11:07:26 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 11:07:26 +0000 |
commit | b36c608d0dae2680469518758b8358e2ef0a0c7a (patch) | |
tree | 1bf18d22de795bf80e1123aeef3fbe222f8c9f16 /net/p5-SOAP-Lite-060 | |
parent | 3d2b0e285a074ae100671923ddf0e98f6a765488 (diff) | |
download | ports-b36c608d0dae2680469518758b8358e2ef0a0c7a.tar.gz ports-b36c608d0dae2680469518758b8358e2ef0a0c7a.zip |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298348
Diffstat (limited to 'net/p5-SOAP-Lite-060')
-rw-r--r-- | net/p5-SOAP-Lite-060/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-SOAP-Lite-060/Makefile b/net/p5-SOAP-Lite-060/Makefile index 9f2934e38f8e..49539ba7396d 100644 --- a/net/p5-SOAP-Lite-060/Makefile +++ b/net/p5-SOAP-Lite-060/Makefile @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= SOAP::Lite - Client and server side SOAP implementation -RUN_DEPENDS= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \ - ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} CONFLICTS= p5-SOAP-Lite-0.6[1-9]* p5-SOAP-Lite-0.[7-9]* |