# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem              1.0
PortGroup		perl5 1.0

perl5.setup		Finance-QuoteHist 1.11
categories              perl
maintainers             nomaintainer
description		Perl module for fetching historical stock quotes.
long_description	The Finance-QuoteHist bundle is several modules \
			designed to fetch historical stock quotes from the web. 
				
depends_lib-append      port:p5-datemanip   port:p5-html-tableextract \
                        port:p5-libwww-perl port:p5-text-csv

homepage                http://www.mojotoad.com/sisk/projects/Finance-QuoteHist/
platforms               darwin

checksums               md5     85178e949c60a77d9dc946ee9853d952 \
                        sha1    496b58aaa7f9479b7e2e587b7dfb1798218c5ff3 \
                        rmd160  f7d8e97566781205d15894f832c1fc5ad4ec0b72

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