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-Net-Amazon | |
parent | 3d2b0e285a074ae100671923ddf0e98f6a765488 (diff) | |
download | ports-b36c608d0dae2680469518758b8358e2ef0a0c7a.tar.gz ports-b36c608d0dae2680469518758b8358e2ef0a0c7a.zip |
Notes
Diffstat (limited to 'net/p5-Net-Amazon')
-rw-r--r-- | net/p5-Net-Amazon/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/p5-Net-Amazon/Makefile b/net/p5-Net-Amazon/Makefile index 3300f34c4e8d..ca82269c9b86 100644 --- a/net/p5-Net-Amazon/Makefile +++ b/net/p5-Net-Amazon/Makefile @@ -17,10 +17,10 @@ COMMENT= Framework for accessing amazon.com via SOAP and XML/HTTP LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ - ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -30,7 +30,7 @@ PERL_CONFIGURE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500805 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes +RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes .endif .if ${PERL_LEVEL} < 501000 |