Files
ports/devel/rubygem-graphql/Makefile
2020-06-13 08:40:00 +00:00

20 lines
308 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= graphql
PORTVERSION= 1.10.11
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>