# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

epoch               1
perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Spreadsheet-ParseExcel 0.66
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Get information from Excel file
long_description    Spreadsheet::ParseExcel lets you to get information \
                    from Excel95, Excel97, Excel2000 files.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  8d30b92f5f2054d895b450295c4164fdf7d7214a \
                    sha256  bfd76acfba988601dc051bda73b4bb25f6839a006dd960b6a7401c249245f65b \
                    size    208263

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-crypt-rc4 \
                    port:p${perl5.major}-digest-perl-md5 \
                    port:p${perl5.major}-ole-storage_lite \
                    port:p${perl5.major}-io-stringy
}
