2000-12-31 05:48:35 +00:00
|
|
|
# New ports collection makefile for: Finance::Quote
|
|
|
|
# Date created: 26 Dec 2000
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Finance-Quote
|
2002-06-22 10:39:20 +00:00
|
|
|
PORTVERSION= 1.07
|
2003-10-04 02:27:44 +00:00
|
|
|
CATEGORIES= misc perl5 finance
|
2000-12-31 05:48:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Finance
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-06-22 10:39:20 +00:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Get stock and mutual fund quotes from various exchanges
|
2000-12-31 05:48:35 +00:00
|
|
|
|
2003-10-24 12:05:09 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \
|
|
|
|
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
2001-05-20 02:18:04 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2000-12-31 05:48:35 +00:00
|
|
|
|
2001-05-20 02:18:04 +00:00
|
|
|
PERL_CONFIGURE= yes
|
2000-12-31 05:48:35 +00:00
|
|
|
|
2002-06-22 10:39:20 +00:00
|
|
|
MAN3= Finance::Quote.3 Finance::Quote::AEX.3 Finance::Quote::ASX.3 \
|
|
|
|
Finance::Quote::Cdnfundlibrary.3 Finance::Quote::DWS.3 \
|
|
|
|
Finance::Quote::Fidelity.3 Finance::Quote::Fool.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 \
|
2001-05-20 02:18:04 +00:00
|
|
|
Finance::Quote::Yahoo::Australia.3 \
|
2002-06-22 10:39:20 +00:00
|
|
|
Finance::Quote::Yahoo::Base.3 Finance::Quote::Yahoo::Europe.3 \
|
|
|
|
Finance::Quote::Yahoo::USA.3
|
2000-12-31 05:48:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|