1PORTNAME= pg_query 2PORTVERSION= 6.1.0 3CATEGORIES= databases rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Parses SQL queries using a copy of the PostgreSQL server query parser 8WWW= https://github.com/lfittl/pg_query 9 10LICENSE= bsd3 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13BUILD_DEPENDS= rubygem-pathname>0:devel/rubygem-pathname 14RUN_DEPENDS= rubygem-google-protobuf>=3.25.3:devel/rubygem-google-protobuf 15 16USES= gem 17 18post-patch: 19# ${RM} ${WRKSRC}/ext/pg_query/pg_query_ruby_freebsd.sym 20 21.include <bsd.port.mk> 22