pkgsrc/finance/p5-Finance-Quote/Makefile
wiz e946c369ed Update to 1.16, and use REPLACE_PERL generously.
2009-04-13  Erik Colson <eco@ecocode.net>

	* Release 1.16

2009-04-12  Erik Colson <eco@ecocode.net>

	* BUGFIX: Bourso.pm allmost completely rewritten due to website change.
	* BUGFIX: Morningstar.pm patched by Fredrik Persson.
	* BUGFIX: AEX.pm patched by Herman van Rink.

2009-03-19  Erik Colson <eco@ecocode.net>

	* BUGFIX: 12:XXpm formatted time handling.

2009-03-04  Erik Colson <eco@ecocode.net>

	* RENAMED ITE is now RZR

2009-03-02  Erik Colson <eco@ecocode.net>

	* BUGFIX: ZA.pm patched.

2009-03-01  Erik Colson <eco@ecocode.net>

	* BUGFIX: Stephen Ebelt patch applied for goldmoney.pm
	* BUGFIX: Encoding problem solved by Ashwin

2009-02-16  Bradley Dean <bjdean@bjdean.id.au>

	* NEW: Function fetch_live_currencies.

2009-02-15  Bradley Dean <bjdean@bjdean.id.au>

	* NEW: Module Finance::Quote::Currencies created for use in
          currency_lookup.

2008-12-05  Erik Colson <eco@ecocode.net>

	* Finanzpartner module adapted to site updated. By Jan Wilamowius.
	* Morningstar patched by Fredrik Persson.

2008-11-09  Erik Colson <eco@ecocode.net>

	* Bourso.pm updated due to website update. By Bernard Fuentes
2009-04-20 13:52:17 +00:00

29 lines
830 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/04/20 13:52:17 wiz Exp $
DISTNAME= Finance-Quote-1.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= finance perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/}
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://finance-quote.sourceforge.net/
COMMENT= Perl module to get stock quotes from Yahoo
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract
DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
REPLACE_PERL= lib/Finance/Quote.pm
REPLACE_PERL+= lib/Finance/Quote/*.pm
REPLACE_PERL+= lib/Finance/Quote/Yahoo/*.pm
CONFLICTS= p5-finance-quote-[0-9]*
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Finance/Quote/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"