opnsense-ports/devel/rubygem-graphiql-rails/Makefile
Franco Fichtner fd2960e190 */*: sync with upstream
Taken from: HardenedBSD
2018-07-05 08:15:34 +02:00

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>