# -*- 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.61 ../../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 df24b0dc0a9579e551bea9bfb85313208109101c \ sha256 430ee9df22dcaa32eb630a4d7fb57a28542f9fe507b266b0a37f6754b4f35a08 \ size 267948 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-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 }