Ticket #10287: Portfile
File Portfile, 486 bytes (added by mas@…, 18 years ago) |
---|
Line | |
---|---|
1 | # $Id$ |
2 | |
3 | PortSystem 1.0 |
4 | PortGroup perl5 1.0 |
5 | perl5.setup Finance-Quote 1.12 |
6 | maintainers mas@seligma.com |
7 | description module to get stock and mutual fund quotes from various exchanges |
8 | long_description This module gets stock quotes from various internet sources. |
9 | homepage http://search.cpan.org/~hampton/${distname}/ |
10 | platforms darwin |
11 | checksums md5 c948efd71edd623077799cc4ffd70cf8 |
12 | |
13 | depends_lib-append port:p5-datemanip port:p5-libwww-perl \ |
14 | port:p5-html-tableextract port:p5-crypt-ssleay |