# $Id: Portfile 103176 2013-02-18 00:00:57Z dports@macports.org $

PortSystem              1.0
PortGroup		perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup		Finance-Quote 1.18
categories              perl
maintainers             nomaintainer
description		Perl module that allows for grabbing stock quotes.
long_description	Finance::Quote is a perl module which can be used to \
obtain information from a variety of sources, including markets in \
Australia, USA, Canada, Europe, and a number of managed funds.
				
homepage                http://finance-quote.sourceforge.net/
platforms               darwin
license                 GPL-2+

checksums           rmd160  c733a48281cee30e80dda03103ef036f68a5a430 \
                    sha256  4240faabe0646defd4ec76ca9e111977b9e8060eaec41adeb284eb422a428393

if {${perl5.major} != ""} {
depends_lib-append	\
	port:p${perl5.major}-libwww-perl \
	port:p${perl5.major}-html-tableextract \
	port:p${perl5.major}-datemanip \
	port:p${perl5.major}-html-tree \
	port:p${perl5.major}-crypt-ssleay

supported_archs noarch
}
