blob: da4b2ce5b106c7b163c1b1ef258851b096042e44 (
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
PORTVERSION= 2.4.17
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Plain-Ruby implementation of GraphQL
WWW= https://github.com/rmosolgo/graphql-ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \
rubygem-fiber-storage>=0:devel/rubygem-fiber-storage \
rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|