# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Finance-QuoteHist 1.32
license             {Artistic-1 GPL}
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.

platforms           {darwin any}

checksums           rmd160  2cffe1014432de86a7098b7ac486d0eb435df583 \
                    sha256  2df74b7e5c6175cd04ae409265b9dc7e0ef824402ca8d8e685132c1a52c82e88 \
                    size    43483

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-date-manip \
                    port:p${perl5.major}-html-tableextract \
                    port:p${perl5.major}-http-message \
                    port:p${perl5.major}-json \
                    port:p${perl5.major}-libwww-perl \
                    port:p${perl5.major}-lwp-protocol-https \
                    port:p${perl5.major}-regexp-common \
                    port:p${perl5.major}-text-csv \
                    port:p${perl5.major}-text-csv_xs

    supported_archs noarch
}
