mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Required for gitlab-ce 16.5 Changelog: https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md
16 lines
273 B
Makefile
16 lines
273 B
Makefile
PORTNAME= graphql
|
|
PORTVERSION= 2.0.27
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Plain-Ruby implementation of GraphQL
|
|
WWW= https://github.com/rmosolgo/graphql-ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|