diff options
author | bapt <bapt@FreeBSD.org> | 2017-01-27 08:14:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-01-27 08:14:31 +0800 |
commit | ea63236e62ad4aa4d59b3d73df328c1c49165fd6 (patch) | |
tree | 3b7c30be963fa87d7f14de3dfd3a3cb5fc01fc38 /math/Makefile | |
parent | d164ff97fed5432429ff5b0c03f66aa2786694d4 (diff) | |
download | freebsd-ports-gnome-ea63236e62ad4aa4d59b3d73df328c1c49165fd6.tar.gz freebsd-ports-gnome-ea63236e62ad4aa4d59b3d73df328c1c49165fd6.tar.zst freebsd-ports-gnome-ea63236e62ad4aa4d59b3d73df328c1c49165fd6.zip |
Library for parsing Excel (XLS) files, with a sample program for converting
Excel files into CSV.
WWW: http://libxls.sourceforge.net/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 492c8b0dc1d7..ba6d7291c325 100644 --- a/math/Makefile +++ b/math/Makefile @@ -259,6 +259,7 @@ SUBDIR += librsb SUBDIR += libtommath SUBDIR += libtsnnls + SUBDIR += libxls SUBDIR += linpack SUBDIR += lll_spect SUBDIR += lp_solve |