forked from Lainports/freebsd-ports
2.2.1 2023-01-20
Detect tables used in the query of a PREPARE statement (#273)
Expose recursive walk functionality via walk! (#268)
Retain schema in name when parsing out functions (#272)
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
18 lines
462 B
Makefile
18 lines
462 B
Makefile
PORTNAME= pg_query
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Parses SQL queries using a copy of the PostgreSQL server query parser
|
|
WWW= https://github.com/lfittl/pg_query
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= rubygem-pathname>0:devel/rubygem-pathname
|
|
RUN_DEPENDS= rubygem-google-protobuf>=3.19.2:devel/rubygem-google-protobuf
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|