aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2018-11-15 21:06:26 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2018-11-15 21:06:26 +0000
commita5f13487caad93042f66f3fa6093310885eed0fe (patch)
tree063f51853db23631e628245552966994938dd4d3 /databases/Makefile
parenta440a4e5442ffd600aaca45efee344960db3dee7 (diff)
downloadports-a5f13487caad93042f66f3fa6093310885eed0fe.tar.gz
ports-a5f13487caad93042f66f3fa6093310885eed0fe.zip
New Port: databases/pgpool-II-40
pgpool is a connection pool server for PostgreSQL. pgpool runs between PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. pgpool caches the connection to PostgreSQL server to reduce the overhead to establish the connection to it. WWW: http://pgpool.net/ PR: 232957 Reported by: Franco Ricci <franco.ricc@gmail.com> Approved by: tz (implicit) Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=485048
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 ae163d865f62..ea71d93404e0 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -612,6 +612,7 @@
SUBDIR += pgpool-II-35
SUBDIR += pgpool-II-36
SUBDIR += pgpool-II-37
+ SUBDIR += pgpool-II-40
SUBDIR += pgreplay
SUBDIR += pgroonga
SUBDIR += pgrouting