ports/devel/rubygem-graphql-client/Makefile
2023-10-23 19:04:19 +03:00

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>