diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /finance/p5-Finance-QuoteHist | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'finance/p5-Finance-QuoteHist')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index 32523e89ac5b..d440f4fc1d7e 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -13,12 +13,12 @@ COMMENT= Perl module for fetching historical stock quotes LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ - p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract \ - p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ + p5-HTML-TableExtract>=2.07:www/p5-HTML-TableExtract \ + p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ + p5-Text-CSV>=0:textproc/p5-Text-CSV \ + p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |