mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-Finance-QuoteTW, fetch quotes of mutual funds in Taiwan.
Finance::QuoteTW provides a easy way to get the latest fund quotes from various website in Taiwan. WWW: http://search.cpan.org/dist/Finance-QuoteTW/
This commit is contained in:
parent
78c481c5d4
commit
4b45faddc8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219522
@ -62,6 +62,7 @@
|
||||
SUBDIR += p5-Finance-Currency-Convert-XE
|
||||
SUBDIR += p5-Finance-Quote
|
||||
SUBDIR += p5-Finance-QuoteHist
|
||||
SUBDIR += p5-Finance-QuoteTW
|
||||
SUBDIR += p5-Finance-TW-EmergingQuote
|
||||
SUBDIR += p5-Finance-TW-TSEQuote
|
||||
SUBDIR += p5-Locale-Currency-Format
|
||||
|
34
finance/p5-Finance-QuoteTW/Makefile
Normal file
34
finance/p5-Finance-QuoteTW/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# Ports collection makefile for: p5-Finance-QuoteTW
|
||||
# Date created: 2008/08/31
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Finance-QuoteTW
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Fetch quotes of mutual funds in Taiwan
|
||||
|
||||
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Finance::QuoteTW.3 \
|
||||
Finance::QuoteTW::Allianz.3 \
|
||||
Finance::QuoteTW::Blackrock.3 \
|
||||
Finance::QuoteTW::Capital.3 \
|
||||
Finance::QuoteTW::Cathay.3 \
|
||||
Finance::QuoteTW::Franklin.3 \
|
||||
Finance::QuoteTW::Iit.3 \
|
||||
Finance::QuoteTW::Jpmrich.3 \
|
||||
Finance::QuoteTW::Paradigm.3 \
|
||||
Finance::QuoteTW::Schroders.3 \
|
||||
Finance::QuoteTW::Tisc.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
finance/p5-Finance-QuoteTW/distinfo
Normal file
3
finance/p5-Finance-QuoteTW/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Finance-QuoteTW-0.08.tar.gz) = 8f157a207258bb41d21362bfe81fb9f9
|
||||
SHA256 (Finance-QuoteTW-0.08.tar.gz) = fc2e5df34cc6607399df389e3b21b4d3bd7ae8fcb694e375466755f7f8079174
|
||||
SIZE (Finance-QuoteTW-0.08.tar.gz) = 8270
|
4
finance/p5-Finance-QuoteTW/pkg-descr
Normal file
4
finance/p5-Finance-QuoteTW/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Finance::QuoteTW provides a easy way to get the latest fund quotes from
|
||||
various website in Taiwan.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Finance-QuoteTW/
|
16
finance/p5-Finance-QuoteTW/pkg-plist
Normal file
16
finance/p5-Finance-QuoteTW/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/QuoteTW/.packlist
|
||||
%%SITE_PERL%%/Finance/QuoteTW.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Allianz.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Blackrock.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Capital.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Cathay.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Franklin.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Iit.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Jpmrich.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Paradigm.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Schroders.pm
|
||||
%%SITE_PERL%%/Finance/QuoteTW/Tisc.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/QuoteTW
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance
|
||||
@dirrmtry %%SITE_PERL%%/Finance/QuoteTW
|
||||
@dirrmtry %%SITE_PERL%%/Finance
|
Loading…
Reference in New Issue
Block a user