blob: b32be78e810b7d60d34a7658c0930243593f9d8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= pg_query
PORTVERSION= 6.2.2
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-gitlab>=3.25.3:devel/rubygem-google-protobuf-gitlab
USES= gem
post-patch:
# ${RM} ${WRKSRC}/ext/pg_query/pg_query_ruby_freebsd.sym
.include <bsd.port.mk>
|