Last change
on this file was
154393,
checked in by mojca@…, 18 months ago
|
p5-*: remove subports for perl5.22 (#52081)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.24 |
---|
8 | perl5.setup Finance-QuoteHist 1.24 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | homepage http://www.mojotoad.com/sisk/projects/Finance-QuoteHist/ |
---|
12 | description Perl module for fetching historical stock quotes. |
---|
13 | long_description The Finance-QuoteHist bundle is several modules \ |
---|
14 | designed to fetch historical stock quotes from the web. |
---|
15 | |
---|
16 | platforms darwin |
---|
17 | |
---|
18 | checksums rmd160 a120c4ca19b36af6991d547e272816cd91ce6ec8 \ |
---|
19 | sha256 66d3216649b7c5e2405935426d641be5e7b6bf8a8d7a0b05db00bc2a2fa01305 |
---|
20 | |
---|
21 | if {${perl5.major} != ""} { |
---|
22 | depends_lib-append \ |
---|
23 | port:p${perl5.major}-datemanip \ |
---|
24 | port:p${perl5.major}-html-tableextract \ |
---|
25 | port:p${perl5.major}-http-message \ |
---|
26 | port:p${perl5.major}-libwww-perl \ |
---|
27 | port:p${perl5.major}-regexp-common \ |
---|
28 | port:p${perl5.major}-text-csv \ |
---|
29 | port:p${perl5.major}-text-csv_xs |
---|
30 | |
---|
31 | supported_archs noarch |
---|
32 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.