mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 1.20
- Add LICENSE (Artistic 1 & GPL 1) - Support staging Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
This commit is contained in:
parent
71db350245
commit
28abdae5df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329898
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Finance-QuoteHist
|
||||
PORTVERSION= 1.19
|
||||
PORTVERSION= 1.20
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module for fetching historical stock quotes
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
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 \
|
||||
@ -26,16 +29,4 @@ RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Finance::QuoteHist.3 \
|
||||
Finance::QuoteHist::BusinessWeek.3 \
|
||||
Finance::QuoteHist::Generic.3 \
|
||||
Finance::QuoteHist::Google.3 \
|
||||
Finance::QuoteHist::Investopedia.3 \
|
||||
Finance::QuoteHist::MSN.3 \
|
||||
Finance::QuoteHist::QuoteMedia.3 \
|
||||
Finance::QuoteHist::StockNod.3 \
|
||||
Finance::QuoteHist::Yahoo.3 \
|
||||
Finance::QuoteHist::Yahoo::Australia.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Finance-QuoteHist-1.19.tar.gz) = 41e6cf53a769625d26c27c1bd640a781adad1ddfeb5e7bab7916ffbde9e944b4
|
||||
SIZE (Finance-QuoteHist-1.19.tar.gz) = 55535
|
||||
SHA256 (Finance-QuoteHist-1.20.tar.gz) = bd4904a4f75721ec7f8b5b242d60e89a8255d5b2c92395c50a12c53c5c28e1cb
|
||||
SIZE (Finance-QuoteHist-1.20.tar.gz) = 53223
|
||||
|
@ -1,14 +1,20 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist/.packlist
|
||||
%%SITE_PERL%%/Finance/QuoteHist.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/BusinessWeek.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/DailyFinance.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/Generic.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/Google.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/Investopedia.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/MSN.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/QuoteMedia.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/StockNod.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/Yahoo/Australia.pm
|
||||
%%PERL5_MAN3%%/Finance::QuoteHist.3.gz
|
||||
%%PERL5_MAN3%%/Finance::QuoteHist::BusinessWeek.3.gz
|
||||
%%PERL5_MAN3%%/Finance::QuoteHist::DailyFinance.3.gz
|
||||
%%PERL5_MAN3%%/Finance::QuoteHist::Generic.3.gz
|
||||
%%PERL5_MAN3%%/Finance::QuoteHist::Google.3.gz
|
||||
%%PERL5_MAN3%%/Finance::QuoteHist::StockNod.3.gz
|
||||
%%PERL5_MAN3%%/Finance::QuoteHist::Yahoo.3.gz
|
||||
%%PERL5_MAN3%%/Finance::QuoteHist::Yahoo::Australia.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Finance/QuoteHist/Yahoo
|
||||
@dirrmtry %%SITE_PERL%%/Finance/QuoteHist
|
||||
@dirrmtry %%SITE_PERL%%/Finance
|
||||
|
Loading…
Reference in New Issue
Block a user