summaryrefslogtreecommitdiff
path: root/finance/p5-Finance-Quote/Makefile
blob: 7eb04f7e3218c948ad3a4109969dd33aac8da11b (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
38
39
40
41
# New ports collection makefile for:	Finance::Quote
# Date created:		26 Dec 2000
# Whom:			Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	Finance-Quote
PORTVERSION=	1.06
CATEGORIES=	misc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Finance
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@protey.ru

BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=		Finance::Quote.3 \
		Finance::Quote::ASX.3 \
		Finance::Quote::DWS.3 \
		Finance::Quote::Fidelity.3\
		Finance::Quote::Tiaacref.3 \
		Finance::Quote::Troweprice.3 \
		Finance::Quote::Trustnet.3 \
		Finance::Quote::VWD.3\
		Finance::Quote::Yahoo::Australia.3 \
		Finance::Quote::Yahoo::Base.3 \
		Finance::Quote::Yahoo::Europe.3\
		Finance::Quote::Yahoo::USA.3 \
		Finance::Quote::AEX.3 \
		Finance::Quote::Cdnfundlibrary.3 \
		Finance::Quote::Fool.3 \
		Finance::Quote::Tdwaterhouse.3

.include <bsd.port.mk>