diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-31 16:06:31 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-31 16:06:31 +0000 |
commit | 4b45faddc824b54a86ea9ef1dc990b840b692ac9 (patch) | |
tree | 1264a5e3e62e83ebfdaaa4d43c89e0a5d4f72ab8 /finance/p5-Finance-QuoteTW/Makefile | |
parent | 78c481c5d4618a216fec5878d8fa414b368ec65a (diff) | |
download | ports-4b45faddc824b54a86ea9ef1dc990b840b692ac9.tar.gz ports-4b45faddc824b54a86ea9ef1dc990b840b692ac9.zip |
Notes
Diffstat (limited to 'finance/p5-Finance-QuoteTW/Makefile')
-rw-r--r-- | finance/p5-Finance-QuoteTW/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/finance/p5-Finance-QuoteTW/Makefile b/finance/p5-Finance-QuoteTW/Makefile new file mode 100644 index 000000000000..1c08afa93341 --- /dev/null +++ b/finance/p5-Finance-QuoteTW/Makefile @@ -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> |