mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Required for gitlab 17.7.0 Changes: https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md
19 lines
387 B
Makefile
19 lines
387 B
Makefile
PORTNAME= graphql
|
|
PORTVERSION= 2.4.8
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \
|
|
rubygem-fiber-storage>=0:devel/rubygem-fiber-storage
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|