diff options
author | markd <markd@pkgsrc.org> | 2016-02-08 02:49:55 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-02-08 02:49:55 +0000 |
commit | 7fed8d176e454ad6e1633cb9564a1fbe82e01881 (patch) | |
tree | dd6a0d2cdd353537606f68d87d6cde0b9d5aaaa9 /textproc/Makefile | |
parent | 32b9c36a9823ee34c575929f91950f6579dbaf7d (diff) | |
download | pkgsrc-7fed8d176e454ad6e1633cb9564a1fbe82e01881.tar.gz |
Add p5-Text-CSV-Simple
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b68f2123a5a..f3e1ba5d5b1 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.867 2016/01/30 11:10:10 alnsn Exp $ +# $NetBSD: Makefile,v 1.868 2016/02/08 02:49:55 markd Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -504,6 +504,7 @@ SUBDIR+= p5-Text-Brew SUBDIR+= p5-Text-CSV SUBDIR+= p5-Text-CSV-Encoded SUBDIR+= p5-Text-CSV-Hash +SUBDIR+= p5-Text-CSV-Simple SUBDIR+= p5-Text-CSV_XS SUBDIR+= p5-Text-ChaSen SUBDIR+= p5-Text-CharWidth |