freebsd-ports/devel/rubygem-graphql/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

18 lines
252 B
Makefile

# $FreeBSD$
PORTNAME= graphql
PORTVERSION= 1.8.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Plain-Ruby implementation of GraphQL
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>