Ticket #58150: Portfile

File Portfile, 851 bytes (added by hyperbole (hyperbole), 6 years ago)

Portfile for p5-excel-writer-xlsx

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