diff options
author | ashish <ashish@FreeBSD.org> | 2011-09-06 11:13:38 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-09-06 11:13:38 +0800 |
commit | fb377d9a30ea882130ba592ec833e83a5d9aac6c (patch) | |
tree | d7640bb9975be2b9e27912d8757774e459aef436 /textproc/Makefile | |
parent | b439523d2cad62c667846b68e07bf27a350f542e (diff) | |
download | freebsd-ports-graphics-fb377d9a30ea882130ba592ec833e83a5d9aac6c.tar.gz freebsd-ports-graphics-fb377d9a30ea882130ba592ec833e83a5d9aac6c.tar.zst freebsd-ports-graphics-fb377d9a30ea882130ba592ec833e83a5d9aac6c.zip |
This library parses and dumps documents that are formatted according to
RFC 4180, "The common Format and MIME Type for Comma-Separated Values
(CSV) Files". This format is used, among many other things, as a lingua
franca for spreadsheets, and for certain web services.
WWW: http://hackage.haskell.org/package/csv
PR: ports/159689
Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
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 175c885719b..402fb6527b8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -241,6 +241,7 @@ SUBDIR += hs-bytestring-csv SUBDIR += hs-case-insensitive SUBDIR += hs-citeproc-hs + SUBDIR += hs-csv SUBDIR += hs-double-conversion SUBDIR += hs-feed SUBDIR += hs-highlighting-kate |