blob: 87c209e6f1aa637b184e3ec35f0a768834eab86b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-YahooQuote/Finance-YahooQuote-0.22.ebuild,v 1.7 2012/03/25 15:02:13 armin76 Exp $
inherit perl-module
DESCRIPTION="Get stock quotes from Yahoo! Finance"
HOMEPAGE="http://search.cpan.org/~edd/"
SRC_URI="mirror://cpan/authors/id/E/ED/EDD/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
SRC_TEST=online
DEPEND="dev-perl/libwww-perl
virtual/perl-MIME-Base64
>=dev-perl/HTML-Parser-2.2
dev-lang/perl"
|