freebsd-ports/devel/rubygem-graphql-client/Makefile
2021-09-30 14:47:21 +02:00

22 lines
471 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
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
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>