# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Finance-Quote 1.37 categories perl 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. homepage http://finance-quote.sourceforge.net/ platforms darwin license GPL-2+ checksums rmd160 c4b1eb37c146cbfc5604cff2a98df3a39a5b5eab \ sha256 6e1147e2e13ee27b223dffecf2f3bda5f85e10e8900247942ecb99e30e5cd7ac if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-cgi \ port:p${perl5.major}-crypt-ssleay \ port:p${perl5.major}-datetime \ 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}-json \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-mozilla-ca \ port:p${perl5.major}-uri supported_archs noarch } livecheck.type regex livecheck.url http://search.cpan.org/~ecocode livecheck.regex "Finance-Quote-(\\d+(?:\\.\\d+)*)"