freebsd-ports/devel/rubygem-graphiql-rails/Makefile
Matthias Fechner d642637c98 Created new ports required for gitlab 11.x.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D16094
2018-07-04 16:04:02 +00: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>