diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-28 20:56:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-28 20:56:56 +0800 |
commit | be71bc66269a399c3b5032e9563c9fa74c059805 (patch) | |
tree | 4ad4ba2e2882ef1afd0a6550f2adde0c272ad1ab /finance/p5-Finance-QuoteHist/Makefile | |
parent | b682e5e3453f00f9e04f87c2a9aa440740b33d61 (diff) | |
download | freebsd-ports-gnome-be71bc66269a399c3b5032e9563c9fa74c059805.tar.gz freebsd-ports-gnome-be71bc66269a399c3b5032e9563c9fa74c059805.tar.zst freebsd-ports-gnome-be71bc66269a399c3b5032e9563c9fa74c059805.zip |
- Update to 1.17
Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
Diffstat (limited to 'finance/p5-Finance-QuoteHist/Makefile')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index df9b6e33401d..42df00deaafd 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Finance-QuoteHist -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for fetching historical stock quotes +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 RUN_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= ${RUN_DEPENDS} PERL_CONFIGURE= yes |