blob: 3ad52bcc0ed5912cfe69ae19e1c2ae44c2cc476c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|