diff options
author | miwi <miwi@FreeBSD.org> | 2011-06-27 22:47:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-06-27 22:47:00 +0800 |
commit | 86bb8dec7da77403de5ce765257a2d7378e9da2a (patch) | |
tree | 6ff30bc2734b49a5d20a5e1dd734f14bac10113a /textproc/Makefile | |
parent | 72294d2c1751ec2dcb6f27f1a94e1239e4154532 (diff) | |
download | freebsd-ports-graphics-86bb8dec7da77403de5ce765257a2d7378e9da2a.tar.gz freebsd-ports-graphics-86bb8dec7da77403de5ce765257a2d7378e9da2a.tar.zst freebsd-ports-graphics-86bb8dec7da77403de5ce765257a2d7378e9da2a.zip |
pure-csv is a module for reading and writing Comma Separated Value (CSV)
files from within Pure.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-csv.html
PR: ports/156103
Submitted by: Zhihao Yuan <lichray at 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 66d3dfe31ad..d7c42c5e2c5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1010,6 +1010,7 @@ SUBDIR += ppower4 SUBDIR += print-n-times SUBDIR += prosper + SUBDIR += pure-csv SUBDIR += py-4suite SUBDIR += py-4suite-xml SUBDIR += py-Chameleon |