diff options
author | pi <pi@FreeBSD.org> | 2016-06-25 23:08:30 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-25 23:08:30 +0800 |
commit | 502c82d9f0d32bac1ac014a23abb7f584fc34513 (patch) | |
tree | b9c4b3da2e3a277bd378114a9adfdc40cc3a367c /databases/Makefile | |
parent | bb48d2bff09dbdd3773b1ebc6dbc32f722578b45 (diff) | |
download | freebsd-ports-gnome-502c82d9f0d32bac1ac014a23abb7f584fc34513.tar.gz freebsd-ports-gnome-502c82d9f0d32bac1ac014a23abb7f584fc34513.tar.zst freebsd-ports-gnome-502c82d9f0d32bac1ac014a23abb7f584fc34513.zip |
New port: databases/php70-redis
This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.
WWW: https://github.com/phpredis/phpredis
PR: 210552, 208016
Submitted by: joshruehlig@gmail.com, townwear@gmail.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 1c2f4e5cf415..22371ba0064e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -636,6 +636,7 @@ SUBDIR += php70-pdo_pgsql SUBDIR += php70-pdo_sqlite SUBDIR += php70-pgsql + SUBDIR += php70-redis SUBDIR += php70-sqlite3 SUBDIR += phpminiadmin SUBDIR += phpmyadmin |