943cc2e9f0
This upgrade included patches upstream. Changelog: https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
20 lines
490 B
Makefile
20 lines
490 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= pg_query
|
|
PORTVERSION= 2.1.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Parses SQL queries using a copy of the PostgreSQL server query parser
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= rubygem-pathname>0:devel/rubygem-pathname
|
|
RUN_DEPENDS= rubygem-google-protobuf>=3.17.1:devel/rubygem-google-protobuf
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|