diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-08-11 09:31:11 +0800 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2020-08-11 09:31:11 +0800 |
commit | b2497d1dce8e41c5034ca4be7acf19323c23c16d (patch) | |
tree | 621f4ce0d6bdc3acb3e17222518c26585bc488d4 /textproc/Makefile | |
parent | bef31f0cc4313cf17e693a3a629e03f91e090489 (diff) | |
download | freebsd-ports-gnome-b2497d1dce8e41c5034ca4be7acf19323c23c16d.tar.gz freebsd-ports-gnome-b2497d1dce8e41c5034ca4be7acf19323c23c16d.tar.zst freebsd-ports-gnome-b2497d1dce8e41c5034ca4be7acf19323c23c16d.zip |
New port: textproc/apache-commons-csv
Java library read and write files in variations of the Comma Separated Value
format.
Approved by: thierry (mentor, implicit)
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 33fba4384ddd..39427a98e716 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -43,6 +43,7 @@ SUBDIR += amberfish SUBDIR += ansifilter SUBDIR += antiword + SUBDIR += apache-commons-csv SUBDIR += apache-commons-digester SUBDIR += apache-poi SUBDIR += apache-solr |