aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-01-08 07:04:40 +0800
committermiwi <miwi@FreeBSD.org>2009-01-08 07:04:40 +0800
commit581bc79492a1344765dbcd410ab3d5472937429a (patch)
treebc98e31961b722ef65a38245145077e956b58ad5 /databases/Makefile
parentdcc767be4adc97be4d8d3d979e0ce7e9cf457740 (diff)
downloadfreebsd-ports-gnome-581bc79492a1344765dbcd410ab3d5472937429a.tar.gz
freebsd-ports-gnome-581bc79492a1344765dbcd410ab3d5472937429a.tar.zst
freebsd-ports-gnome-581bc79492a1344765dbcd410ab3d5472937429a.zip
PQueue is a package providing low-level PQ protocol classes for
interacting with a PostgreSQL database. It supports version 3.0 of the protocol--the current primary version of protocol. The package also provides a basic protocol transaction class. This class keeps the state of the protocol in an interrupt safe manner, and validates the integrity of the communication as messages are received. In general, you probably will never use this package directly, unless you are writing a driver. WWW: http://python.projects.postgresql.org/ PR: ports/130252 Submitted by: Wen Heping <wenheping at gmail.com>
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 821a4bac1056..c9fcf8400507 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -504,6 +504,7 @@
SUBDIR += py-mssql
SUBDIR += py-oops
SUBDIR += py-pg8000
+ SUBDIR += py-pg_pqueue
SUBDIR += py-psycopg
SUBDIR += py-psycopg2
SUBDIR += py-pyPgSQL