aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-13 20:10:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-13 20:10:28 +0000
commit65db53357802bac64fc74f62a380d40a8202d65b (patch)
tree476126c191f2f475a4566773e1ffa05d58a09713 /databases/Makefile
parent9b5361d2a73cc9d0b750d9d0094b8d85bb755a5d (diff)
downloadports-65db53357802bac64fc74f62a380d40a8202d65b.tar.gz
ports-65db53357802bac64fc74f62a380d40a8202d65b.zip
Add py-pglast 1.1
PostgreSQL Languages AST and statements prettifier Exposes the parse tree of a PostgreSQL statement (extracted by the almost standard PG parser repackaged as a standalone static library by libpg_query) as set of interconnected nodes, usually called an abstract syntax tree. WWW: https://github.com/lelit/pglast PR: 234855 Submitted by: Adam Wolk <a.wolk@fudosecurity.com>
Notes
Notes: svn path=/head/; revision=490207
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 cd607e9363b7..47d9bdb6697f 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -803,6 +803,7 @@
SUBDIR += py-pg_pqueue
SUBDIR += py-pgcli
SUBDIR += py-pgdbconn
+ SUBDIR += py-pglast
SUBDIR += py-pglite
SUBDIR += py-pgspecial
SUBDIR += py-pgxnclient