mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
18 lines
253 B
Makefile
18 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= graphql
|
|
PORTVERSION= 1.8.17
|
|
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>
|