# -*- 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-Quote 1.59 ../../authors/id/B/BP/BPSCHUCK revision 0 license GPL-2+ 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. platforms {darwin any} supported_archs noarch checksums rmd160 ad236d3d588be406d0f5aa9d7f689771ca00b540 \ sha256 9ae92879acc682ff4016e1eca9249c8e4a38cb7f301e72a2a36d5f2157f12928 \ size 264661 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-date-manip \ port:p${perl5.major}-date-range \ port:p${perl5.major}-datetime-format-iso8601 \ port:p${perl5.major}-test-perl-critic \ port:p${perl5.major}-test-pod \ port:p${perl5.major}-test-pod-coverage \ port:p${perl5.major}-test-simple depends_lib-append \ port:p${perl5.major}-datetime \ port:p${perl5.major}-datetime-format-strptime \ port:p${perl5.major}-encode \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-html-tableextract \ port:p${perl5.major}-html-tokeparser-simple \ port:p${perl5.major}-html-tree \ port:p${perl5.major}-http-cookiejar \ port:p${perl5.major}-http-cookies \ port:p${perl5.major}-http-message \ port:p${perl5.major}-io-string \ port:p${perl5.major}-json \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-lwp-protocol-https \ port:p${perl5.major}-mozilla-ca \ port:p${perl5.major}-readonly \ port:p${perl5.major}-spreadsheet-xlsx \ port:p${perl5.major}-string-util \ port:p${perl5.major}-text-template \ port:p${perl5.major}-time-piece \ port:p${perl5.major}-try-tiny \ port:p${perl5.major}-web-scraper \ port:p${perl5.major}-xml-libxml test.env-append ONLINE_TEST=1 }