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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.branches 5.28 |
---|
7 | perl5.setup Excel-Writer-XLSX 0.99 ../by-authors/id/J/JM/JMCNAMARA |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license {Artistic-1 GPL} |
---|
12 | |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description Excel::Writer::XLSX creates files in the Excel 2007+ XLSX format. |
---|
16 | |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | checksums rmd160 dd95be98381c9b522d0e067419fff8a58ef77a48 \ |
---|
20 | sha256 c2e42f9c1c524bb160fdb65d3cff70a6649c53bc695be5174b140166a9804033 \ |
---|
21 | size 2048759 |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_lib-append \ |
---|
25 | port:p${perl5.major}-archive-zip |
---|
26 | } |
---|
27 | |
---|
28 | |
---|