Commits
David B. Evans authored bb39d94e0f9
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 |
7 - | perl5.setup Text-Table-Manifold 1.00 |
7 + | perl5.setup Text-Table-Manifold 1.01 |
8 8 | license Artistic-2 |
9 9 | maintainers nomaintainer |
10 10 | description Text::Table::Manifold - Render tables in manifold formats |
11 11 | long_description ${description} |
12 12 | |
13 13 | platforms darwin |
14 14 | |
15 15 | extract.suffix .tgz |
16 16 | |
17 - | checksums rmd160 59c6931b55b96826624876abaafd0ce2749e73bf \ |
18 - | sha256 9cdd19c8f0e1153a60cfd575664f5a41d1df17401cbc1e7b2655938d21808fb3 |
17 + | checksums rmd160 c698eda1bc2583f0cd9e44de2ba8df8ac241f590 \ |
18 + | sha256 0d7d8f612ea7c3608e4babb6626964cc7094c153c8421467129fe4632ff51d98 \ |
19 + | size 25105 |
19 20 | |
20 21 | if {${perl5.major} != ""} { |
21 22 | depends_lib-append \ |
22 23 | port:p${perl5.major}-const-exporter \ |
23 24 | port:p${perl5.major}-html-entities-interpolate \ |
24 25 | port:p${perl5.major}-list-allutils \ |
25 26 | port:p${perl5.major}-module-runtime \ |
26 27 | port:p${perl5.major}-moo \ |
27 28 | port:p${perl5.major}-type-tiny \ |
28 29 | port:p${perl5.major}-unicode-linebreak |
29 30 | |
30 31 | supported_archs noarch |
31 - | perl5.use_module_build |
32 32 | } |