freebsd-ports/finance/p5-Finance-Quote/Makefile
Vanilla I. Shu 28763aa5cf Upgrade to latest version:
p5-BerkeleyDB		=>	0.15
	p5-Convert-ASN1		=>	0.10
	p5-FastCGI		=>	0.58
	p5-File-Spec		=>	0.82
	p5-Finance-Quote	=>	1.05
	p5-IO-Socket-SSL	=>	0.78
	p5-Locale-Maketext	=>	0.18
	p5-Mon			=>	0.11
	p5-Net-IPv4Addr		=>	0.10

Some ports NO response from:	maintainers
Some ports Approved by:		maintainers
2001-05-20 02:18:04 +00:00

38 lines
1020 B
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.05
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
.include <bsd.port.mk>