mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
20 lines
480 B
Makefile
20 lines
480 B
Makefile
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>
|