# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem              1.0
PortGroup		perl5 1.0

perl5.setup		Finance-Quote 1.17
categories              perl
maintainers             mas openmaintainer
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

checksums           md5     446dba3837ffa395bffdea268824e0c1 \
                    sha1    a04482f539b06e14ec7984ca7c009daf93303968 \
                    rmd160  724d331879b6b039746f16c7ede7e6959d28c429

depends_lib-append	\
	port:p5-libwww-perl \
	port:p5-html-tableextract \
	port:p5-datemanip \
	port:p5-html-tree \
	port:p5-crypt-ssleay

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
