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

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup		Spreadsheet-WriteExcel 2.14
maintainers		mac.com:kykim
categories-append	perl databases
description		Write cross-platform Excel binary
long_description	The Spreadsheet::WriteExcel module can be used to create a \
                          cross-platform Excel binary file. Multiple worksheets can \
                          be added to a workbook and formatting can be applied to cells. \
                          Text, numbers, formulas, hyperlinks and images can be written \
                          to the cells.
homepage		http://search.cpan.org/~jmcnamara/${distname}/
checksums		md5 2a2ff55a0b8a41bdfd0f8adf9925394a
platforms		darwin

depends_lib-append	port:p5-parse-recdescent

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