diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-12 17:20:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-12 17:20:41 +0000 |
commit | 578e813048999e610922fbd6bc07887fce569fa7 (patch) | |
tree | 1eadb733216934278c0f6cfa7b3b059428441e17 /databases/Makefile | |
parent | eebaebfc46ebfea3748650758916c9c9e803dce2 (diff) | |
download | ports-578e813048999e610922fbd6bc07887fce569fa7.tar.gz ports-578e813048999e610922fbd6bc07887fce569fa7.zip |
Flixible tool for inserting data from DBF into MySQL.
WWW: http://mydbf2mysql.sourceforge.net/
PR: ports/142416
Submitted by: Andrey Polyakov <andrey.polyakov at unix.net>
Notes
Notes:
svn path=/head/; revision=249706
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 92ff082c1380..4ae808a4e12b 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -180,6 +180,7 @@ SUBDIR += msql SUBDIR += msql3 SUBDIR += mtop + SUBDIR += mydbf2mysql SUBDIR += mydumper SUBDIR += mylibrary SUBDIR += mysql++ |