Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16094
21 lines
393 B
Makefile
21 lines
393 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= graphiql-rails
|
|
PORTVERSION= 1.4.10
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Use the GraphiQL IDE for GraphQL with Ruby on Rails
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-sprockets-rails>=0:devel/rubygem-sprockets-rails \
|
|
rubygem-railties4>=0:www/rubygem-railties4
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|