aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/Makefile
diff options
context:
space:
mode:
authormatthew <matthew@FreeBSD.org>2016-07-04 23:38:40 +0800
committermatthew <matthew@FreeBSD.org>2016-07-04 23:38:40 +0800
commite8709225372202f645f6a5fe90294432bc5c144b (patch)
treec0a6574b49454528265f463dc708478b08572251 /textproc/Makefile
parent1bcefb7870824711a693060e327c1446324eef3f (diff)
downloadfreebsd-ports-gnome-e8709225372202f645f6a5fe90294432bc5c144b.tar.gz
freebsd-ports-gnome-e8709225372202f645f6a5fe90294432bc5c144b.tar.zst
freebsd-ports-gnome-e8709225372202f645f6a5fe90294432bc5c144b.zip
Pure python package for reading/writing dBase, FoxPro, and Visual
FoxPro .dbf files (including memos) Currently supports dBase III, Clipper, FoxPro, and Visual FoxPro tables. Text is returned as unicode, and codepage settings in tables are honored. Memos and Null fields are supported. WWW: https://pypi.python.org/pypi/dbf
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b8d44e0de94b..c6645a251266 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1224,6 +1224,7 @@
SUBDIR += py-chardet
SUBDIR += py-cloud_sptheme
SUBDIR += py-creole
+ SUBDIR += py-dbf
SUBDIR += py-dbfread
SUBDIR += py-diff-match-patch
SUBDIR += py-docutils