opnsense-ports/devel/rubygem-graphql-client/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
449 B
Makefile

PORTNAME= graphql-client
PORTVERSION= 0.16.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby library for declaring, composing and executing GraphQL queries
WWW= https://github.com/github/graphql-client
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport61>=3.0:devel/rubygem-activesupport61 \
rubygem-graphql>=1.8<2:devel/rubygem-graphql
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>