# $Id: Portfile 83119 2011-08-25 23:48:42Z dports@macports.org $

PortSystem              1.0
PortGroup		perl5 1.0

perl5.setup		Finance-Quote 1.17
revision        2
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           md5     446dba3837ffa395bffdea268824e0c1 \
                    sha1    a04482f539b06e14ec7984ca7c009daf93303968 \
                    rmd160  724d331879b6b039746f16c7ede7e6959d28c429

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
}
