diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:58:46 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:58:46 +0000 |
commit | 4063cea348b00971a70335299bcc52c12fabcc1d (patch) | |
tree | ed7e1bd418e465d0baf0a72733a27420e0367231 /textproc/Makefile | |
parent | Add p5-Spreadsheet-ParseExcel 0.09, a perl module to get information from (diff) |
Add p5-Spreadsheet-WriteExcel 0.23, a perl module to write formatted text
and numbers to a cross-platform Excel binary file.
PR: 23826
Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes:
svn path=/head/; revision=36368
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4ce18f7dc2da..9299dc66929b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -70,6 +70,7 @@ SUBDIR += no-ispell SUBDIR += openjade SUBDIR += p5-Spreadsheet-ParseExcel + SUBDIR += p5-Spreadsheet-WriteExcel SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-Template SUBDIR += p5-XML-DOM |