4c2064f93c
Fix dependencies. 1.49 2019-06-30 12:20:58+02:00 Europe/Brussels * Alphavantage: Removed Time::HiRes dependency due to mswin32 not supporting clock_gettime calls. 1.48 2019-06-30 01:19:14+02:00 Europe/Brussels * Alphavantage: Add a waiting mechanism to comply to alphavantage use terms * Alphavantage: Added several stock exchange support and currency * Updated modules: Union, Deka, Indiamutual, ASX, Yahoojson, TSP, AEX, Fool * New modules: IEXTrading, MorningstarAU, MorningstarCH, IEXCloud * Yahoo: removed modules referring to yahoo API, which yahoo stopped * BUGFIX: 'use of uninitialized value' returned by perl could make gnucash fail when more than 15 quotes where requested * BUGFIX: MS Windows does not support %T in strftime call * Added new documentation files: Release.txt, Hackers-Guide, Modules-README.yml * We started moving known failing tests into TODO blocks * This release is the result of hard work by Bruce Schuck, Vincent Lucarelli, Pieter-Jan Vandormael, Manuel Friedli, Jalon Avens, Chris Good, Mark J. Cox, Eelco Dolstra, Henrik Ahlgren, Vinay Shastry, Mike Alexander, Erik Colson. * Special thanks go to Bruce Schuck and Vincent Lucarelli which joined the maintainers team!
33 lines
1.1 KiB
Makefile
33 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.38 2020/09/07 10:40:14 wiz Exp $
|
|
|
|
DISTNAME= Finance-Quote-1.49
|
|
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
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
|
DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
|
|
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
|
|
DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract
|
|
DEPENDS+= p5-JSON-Parse-[0-9]*:../../converters/p5-JSON-Parse
|
|
DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
|
|
DEPENDS+= p5-String-Util-[0-9]*:../../devel/p5-String-Util
|
|
DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
|
|
DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
|
|
|
|
REPLACE_PERL= lib/Finance/Quote.pm
|
|
REPLACE_PERL+= lib/Finance/Quote/*.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"
|