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-QuoteTW | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'finance/p5-Finance-QuoteTW')
-rw-r--r-- | finance/p5-Finance-QuoteTW/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/finance/p5-Finance-QuoteTW/Makefile b/finance/p5-Finance-QuoteTW/Makefile index d0c37b33124b..00d2760e7eb5 100644 --- a/finance/p5-Finance-QuoteTW/Makefile +++ b/finance/p5-Finance-QuoteTW/Makefile @@ -12,11 +12,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fetch quotes of mutual funds in Taiwan -RUN_DEPENDS= p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \ - p5-HTML-Encoding>=0.6:${PORTSDIR}/www/p5-HTML-Encoding \ - p5-HTML-TableExtract>=2.1:${PORTSDIR}/www/p5-HTML-TableExtract \ - p5-Spiffy>=0.3:${PORTSDIR}/devel/p5-Spiffy \ - p5-WWW-Mechanize>=1.34:${PORTSDIR}/www/p5-WWW-Mechanize +RUN_DEPENDS= p5-Data-TreeDumper>=0:devel/p5-Data-TreeDumper \ + p5-HTML-Encoding>=0.6:www/p5-HTML-Encoding \ + p5-HTML-TableExtract>=2.1:www/p5-HTML-TableExtract \ + p5-Spiffy>=0.3:devel/p5-Spiffy \ + p5-WWW-Mechanize>=1.34:www/p5-WWW-Mechanize BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |