aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-05-20 21:15:04 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-05-20 21:15:04 +0000
commit599a7ea9caed66e70505725b333fcd4597fa8b82 (patch)
treec69ca7d37c133c3877947b6700549d1244c49084 /databases/Makefile
parente83aebb9533eb18483f3477d7079afa5b0739f29 (diff)
downloadports-599a7ea9caed66e70505725b333fcd4597fa8b82.tar.gz
ports-599a7ea9caed66e70505725b333fcd4597fa8b82.zip
New port: databases/py-minidb
Provides easy storaging of Python objects in a SQLite 3 database and working with the data in an easy way with concise syntax. WWW: https://github.com/thp/minidb
Notes
Notes: svn path=/head/; revision=502171
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 6a447f94cd33..07322086db73 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -780,6 +780,7 @@
SUBDIR += py-leveldb
SUBDIR += py-lmdb
SUBDIR += py-marshmallow-sqlalchemy
+ SUBDIR += py-minidb
SUBDIR += py-mongoengine
SUBDIR += py-motor
SUBDIR += py-mycli