blob: 85c6479bc6876c132831f17b37adc16eedaf4447 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= graphiql-rails
# do not upgrade to 1.9.0, it will break gitlab-ce asset compilation
# https://gitlab.com/gitlab-org/gitlab/-/issues/410500
PORTVERSION= 1.10.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Use the GraphiQL IDE for GraphQL with Ruby on Rails
WWW= https://github.com/rmosolgo/graphiql-rails
LICENSE= MIT
RUN_DEPENDS= rubygem-railties70>=0:www/rubygem-railties70
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|