aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-07-29 02:19:58 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-07-29 02:19:58 +0000
commit2ce8bc4d7967527ab027a894fd05f1af6ef120d8 (patch)
treec3a552ba06c0ea0f5cfd551d37af08123536b476 /finance
parentb048a5130d9f02189ea70cbb5fb82d9023e98240 (diff)
downloadports-2ce8bc4d7967527ab027a894fd05f1af6ef120d8.tar.gz
ports-2ce8bc4d7967527ab027a894fd05f1af6ef120d8.zip
- add missing dependency
- bump PORTREVISION
Notes
Notes: svn path=/head/; revision=140364
Diffstat (limited to 'finance')
-rw-r--r--finance/p5-Finance-QuoteHist/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile
index 8dac69599e93..8e351ebce452 100644
--- a/finance/p5-Finance-QuoteHist/Makefile
+++ b/finance/p5-Finance-QuoteHist/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Finance-QuoteHist
PORTVERSION= 1.00
+PORTREVISION= 1
CATEGORIES= finance perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Finance
@@ -17,6 +18,7 @@ COMMENT= Perl module for fetching historical stock quotes
BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract
RUN_DEPENDS= ${BUILD_DEPENDS}