diff options
author | leot <leot@pkgsrc.org> | 2019-10-20 18:04:21 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-10-20 18:04:21 +0000 |
commit | 153fca4f1a3861f4dc49324c74e78edae96a6072 (patch) | |
tree | 5b4d95327cf32771febaa3ad655cddf7359585e3 /textproc/Makefile | |
parent | 1579570f75133161868e45b906d85f730563237b (diff) | |
download | pkgsrc-153fca4f1a3861f4dc49324c74e78edae96a6072.tar.gz |
textproc: Add json2tsv
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 a39c7886282..a9e01d0ac32 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1062 2019/10/19 13:48:24 nia Exp $ +# $NetBSD: Makefile,v 1.1063 2019/10/20 18:04:21 leot Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -373,6 +373,7 @@ SUBDIR+= json-c SUBDIR+= json-glib SUBDIR+= json-schema SUBDIR+= json-yaml +SUBDIR+= json2tsv SUBDIR+= jsoncpp SUBDIR+= kakasi SUBDIR+= kapidox |