2002-06-26 07:38:14 +02:00
|
|
|
# New ports collection makefile for: Finance::QuoteHist
|
|
|
|
# Date created: 25 Jan 2002
|
|
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Finance-QuoteHist
|
2005-04-04 13:55:34 +02:00
|
|
|
PORTVERSION= 0.32
|
2004-01-22 22:12:03 +01:00
|
|
|
CATEGORIES= finance perl5
|
2002-06-26 07:38:14 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Finance
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= svenasse@polaris.ca
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Perl module for fetching historical stock quotes
|
2002-06-26 07:38:14 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
|
|
|
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2005-04-04 13:55:34 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2002-06-26 07:38:14 +02:00
|
|
|
|
|
|
|
MAN3= Finance::QuoteHist::Yahoo.3 \
|
|
|
|
Finance::QuoteHist.3 \
|
2002-06-28 04:34:03 +02:00
|
|
|
Finance::QuoteHist::WallStreetCity.3 \
|
2002-06-26 07:38:14 +02:00
|
|
|
Finance::QuoteHist::SiliconInvestor.3 \
|
|
|
|
Finance::QuoteHist::Generic.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|