summaryrefslogtreecommitdiff
path: root/finance/p5-Finance-QuoteHist/Makefile
blob: df9b6e33401d5ebc82ada6b2706829b1f647e9f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:	Finance::QuoteHist
# Date created:				25 Jan 2002
# Whom:					Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#

PORTNAME=	Finance-QuoteHist
PORTVERSION=	1.16
CATEGORIES=	finance perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module for fetching historical stock quotes

RUN_DEPENDS=	p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
		p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract \
		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

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

.include <bsd.port.mk>