diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-14 16:31:39 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-14 16:31:39 +0000 |
commit | db40c8038d46b3124933ae36270fb8dd40b1de24 (patch) | |
tree | 58849caba0deb693050108b575799ac5931152cb /textproc/Makefile | |
parent | b06cb03cd3b364f83d4081f62f256138afe054d5 (diff) | |
download | FreeBSD-ports-db40c8038d46b3124933ae36270fb8dd40b1de24.zip FreeBSD-ports-db40c8038d46b3124933ae36270fb8dd40b1de24.tar.gz |
Add py-xlwriter.
pyXLWriter is a Python library for generating Excel-compatible spreadsheets.
It's a port of John McNamara's Perl Spreadsheet::WriteExcel module (see
http://www.cpan.org) to Python.
WWW: http://pyxlwriter.sourceforge.net/
PR: ports/80930
Submitted by: Choe Cheng-Dae <whitekid@gmail.com>
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 d72c9a2..4976e75 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -548,6 +548,7 @@ SUBDIR += py-tvgrab SUBDIR += py-twistedLore SUBDIR += py-wordnet + SUBDIR += py-xlwriter SUBDIR += py-xml SUBDIR += py-xmltools SUBDIR += py-xmltv |