diff options
author | az <az@FreeBSD.org> | 2013-05-25 22:41:37 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-05-25 22:41:37 +0800 |
commit | 20fe7f7e76a05c82371182620ca4a1d413a42547 (patch) | |
tree | 4838f3cd61c86ae597ba86b05e1db4302a521d92 /databases/Makefile | |
parent | 5db4819e6beff78f3850e374e169930feb5001a4 (diff) | |
download | freebsd-ports-gnome-20fe7f7e76a05c82371182620ca4a1d413a42547.tar.gz freebsd-ports-gnome-20fe7f7e76a05c82371182620ca4a1d413a42547.tar.zst freebsd-ports-gnome-20fe7f7e76a05c82371182620ca4a1d413a42547.zip |
This module provides a synchronous and asynchronous driver for Tarantool.
The driver does not have external dependencies, but includes the official
light-weight Tarantool C client (a single C header which implements all
protocol formatting) for packing requests and unpacking server responses.
WWW: https://github.com/dr-co/dr-tarantool/
PR: ports/178618
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
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 5f3b83333841..cc63f8d4c1ab 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -417,6 +417,7 @@ SUBDIR += p5-DBM-Deep SUBDIR += p5-DBZ_File SUBDIR += p5-DMOZ-ParseRDF + SUBDIR += p5-DR-Tarantool SUBDIR += p5-DWH_File SUBDIR += p5-Dancer-Plugin-DBIC SUBDIR += p5-Dancer-Plugin-Database |