freebsd-ports/finance/p5-Finance-Quote/Makefile
Oliver Eikemeier a335a55ace move the following ports to finance:
- deskutils/cbb
- deskutils/gnofin
- deskutils/moneydance
- deskutils/xinvest
- devel/libstocks
- misc/emma
- misc/gnomepm
- misc/p5-Finance-Currency-Convert
- misc/p5-Finance-Quote
- misc/p5-Finance-QuoteHist
- misc/quantlib
- misc/wmstock
- misc/xquote

PR:		59357
Submitted by:	linimon
Approved by:	marcus (mentor)
2004-01-22 21:12:03 +00:00

36 lines
1.2 KiB
Makefile

# New ports collection makefile for: Finance::Quote
# Date created: 26 Dec 2000
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Finance-Quote
PORTVERSION= 1.08
CATEGORIES= finance perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Finance
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Get stock and mutual fund quotes from various exchanges
BUILD_DEPENDS= ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Finance::Quote.3 Finance::Quote::AEX.3 Finance::Quote::ASX.3 \
Finance::Quote::BMONesbittBurns.3 \
Finance::Quote::Cdnfundlibrary.3 Finance::Quote::DWS.3 \
Finance::Quote::FTPortfolios.3 Finance::Quote::Fidelity.3 \
Finance::Quote::Fool.3 Finance::Quote::IndiaMutual.3 \
Finance::Quote::Tdwaterhouse.3 Finance::Quote::Tiaacref.3 \
Finance::Quote::Troweprice.3 Finance::Quote::Trustnet.3 \
Finance::Quote::VWD.3 Finance::Quote::Yahoo::Asia.3 \
Finance::Quote::Yahoo::Australia.3 \
Finance::Quote::Yahoo::Base.3 Finance::Quote::Yahoo::Europe.3 \
Finance::Quote::Yahoo::USA.3
.include <bsd.port.mk>