diff options
author | leeym <leeym@FreeBSD.org> | 2005-07-29 02:19:58 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-07-29 02:19:58 +0000 |
commit | dcf38a61dc5ef4c8ee1677bf1684749de9686825 (patch) | |
tree | cf5e8ae58788291c9a945a0ac481dc9935140994 /finance | |
parent | 7a4c35d08c27292373ba6ee8f4e8df93ee78fb7f (diff) | |
download | FreeBSD-ports-dcf38a61dc5ef4c8ee1677bf1684749de9686825.zip FreeBSD-ports-dcf38a61dc5ef4c8ee1677bf1684749de9686825.tar.gz |
- add missing dependency
- bump PORTREVISION
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index 8dac695..8e351eb 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} |