mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
22 lines
572 B
Makefile
22 lines
572 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.8.0
|
|
PORTREVISION= 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 \
|
|
rubygem-sprockets-rails-rails70>=0:devel/rubygem-sprockets-rails-rails70
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|