aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-07-29 10:19:58 +0800
committerleeym <leeym@FreeBSD.org>2005-07-29 10:19:58 +0800
commitdcf38a61dc5ef4c8ee1677bf1684749de9686825 (patch)
treecf5e8ae58788291c9a945a0ac481dc9935140994
parent7a4c35d08c27292373ba6ee8f4e8df93ee78fb7f (diff)
downloadfreebsd-ports-gnome-dcf38a61dc5ef4c8ee1677bf1684749de9686825.tar.gz
freebsd-ports-gnome-dcf38a61dc5ef4c8ee1677bf1684749de9686825.tar.zst
freebsd-ports-gnome-dcf38a61dc5ef4c8ee1677bf1684749de9686825.zip
- add missing dependency
- bump PORTREVISION
-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}