aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2021-10-17 03:11:29 +0000
committerWen Heping <wen@FreeBSD.org>2021-10-17 03:11:29 +0000
commit78d4278cd212919fc5d1455ebb4b6f9726698d19 (patch)
tree789ea7288cb391ed53bd6579ab36ff5db88ec0e6 /databases/Makefile
parent924de742fc23ab02e5f95de8515c0a5be495c0ab (diff)
downloadports-78d4278cd212919fc5d1455ebb4b6f9726698d19.tar.gz
ports-78d4278cd212919fc5d1455ebb4b6f9726698d19.zip
databases/zodb: Add new port
ZODB provides an object-oriented database for Python that provides a high-degree of transparency. ZODB runs on Python 2.7 or Python 3.4 and above. It also runs on PyPy. *no separate language for database operations *very little impact on your code to make objects persistent *no database mapper that partially hides the database. *Using an object-relational mapping is not like using an object-oriented database. *almost no seam between code and database. WWW: https://github.com/zopefoundation/zodb
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 9ba310b08adf..969cc96719d1 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -1051,5 +1051,6 @@
SUBDIR += xtrabackup
SUBDIR += xtrabackup8
SUBDIR += zabbix3-libzbxpgsql
+ SUBDIR += zodb
.include <bsd.port.subdir.mk>