mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Required for gitlab-ce 16.5 Changelog: https://github.com/github/graphql-client/releases/tag/v0.18.0
19 lines
429 B
Makefile
19 lines
429 B
Makefile
PORTNAME= graphql-client
|
|
PORTVERSION= 0.18.0
|
|
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-activesupport70>=3.0:devel/rubygem-activesupport70 \
|
|
rubygem-graphql>=0:devel/rubygem-graphql
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|