# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

epoch                 1
perl5.setup           Spreadsheet-ParseExcel 0.41 ../by-authors/id/J/JM/JMCNAMARA/
maintainers           email.arc.nasa.gov:sal
description           Get information from Excel file
long_description      Spreadsheet::ParseExcel lets you to get information \
                      from Excel95, Excel97, Excel2000 files.
homepage              http://search.cpan.org/~kwitknr/Spreadsheet-ParseExcel

platforms             darwin

checksums             md5 bdf2807a01eb1c5be7be05415c4db610 \
                      sha1 7109e9284bca929f423cfbb59fa8e218e5146f99 \
                      rmd160 08930aff7f5db3c680cc0f0742dc00d0b5b1ddc9

depends_lib-append    port:p5-ole-storage_lite \
                      port:p5-io-stringy

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
