aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-graphql-client/Makefile
blob: 20cd66685fdecad33a5ddfee8e96033c3ddb5028 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	graphql-client
PORTVERSION=	0.21.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>=1.13.0:devel/rubygem-graphql

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>