# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		Spreadsheet-WriteExcel 2.14
revision        2
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

if {${perl5.major} != ""} {
depends_lib-append	port:p${perl5.major}-parse-recdescent

supported_archs noarch
}
