diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-15 07:47:29 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-15 07:47:29 +0800 |
commit | d89ab9047e1450843b3d9e5f805751692fac7c13 (patch) | |
tree | 19b02578e92f8575e38a094f7639cc5d9944bb60 /textproc/Makefile | |
parent | b1c8009964d62ff0a137f1f8199850299a3dc286 (diff) | |
download | freebsd-ports-graphics-d89ab9047e1450843b3d9e5f805751692fac7c13.tar.gz freebsd-ports-graphics-d89ab9047e1450843b3d9e5f805751692fac7c13.tar.zst freebsd-ports-graphics-d89ab9047e1450843b3d9e5f805751692fac7c13.zip |
a small yet fast Python extension module (written
in C) to parse or generate comma-separated value (CSV) files.
PR: ports/25408
Submitted by: Johann Visagie <johann@egenetics.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 36f1adb4efc..9a4143579a9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -121,6 +121,7 @@ SUBDIR += pspell SUBDIR += pspell-ispell SUBDIR += py-HyperText + SUBDIR += py-csv SUBDIR += py-expat SUBDIR += py-martel SUBDIR += py-mxTextTools |