Ticket #3897: Portfile

File Portfile, 782 bytes (added by kykim@…, 19 years ago)

Portfile for p5-spreadsheet-writeexcel

Line 
1# $Id: $
2
3PortSystem              1.0
4PortGroup               perl5 1.0
5
6perl5.setup             Spreadsheet-WriteExcel 2.14
7revision                1
8maintainers             kykim@mac.com
9categories-append       perl databases
10description             Write cross-platform Excel binary
11long_description        The Spreadsheet::WriteExcel module can be used to create a \
12                        cross-platform Excel binary file. Multiple worksheets can \
13                        be added to a workbook and formatting can be applied to cells. \
14                        Text, numbers, formulas, hyperlinks and images can be written \
15                        to the cells.
16homepage                http://search.cpan.org/~jmcnamara/${distname}/
17checksums               md5 2a2ff55a0b8a41bdfd0f8adf9925394a
18platforms               darwin
19
20# Depends on these libraries
21depends_lib-append      port:p5-parse-recdescent