mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
44edb6fa1d
I reported this fix also upstream: https://github.com/pganalyze/pg_query/pull/313 PR: 277535
23 lines
548 B
Makefile
23 lines
548 B
Makefile
PORTNAME= pg_query
|
|
PORTVERSION= 5.1.0
|
|
PORTREVISION= 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.22.3:devel/rubygem-google-protobuf
|
|
|
|
USES= gem
|
|
|
|
post-patch:
|
|
# ${RM} ${WRKSRC}/ext/pg_query/pg_query_ruby_freebsd.sym
|
|
|
|
.include <bsd.port.mk>
|