opnsense-ports/databases/rubygem-pg_query/Makefile
Franco Fichtner 894bbe43d5 */*: sync with upstream
Taken from: FreeBSD
2022-11-23 08:30:21 +01:00

19 lines
476 B
Makefile

PORTNAME= pg_query
PORTVERSION= 2.1.4
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
USE_RUBY= yes
.include <bsd.port.mk>