summaryrefslogtreecommitdiff
path: root/devel/rubygem-graphql/Makefile
blob: 792e3588111f822f632df2d669c34524c04719a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	graphql
PORTVERSION=	1.11.10
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>