mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
19 lines
307 B
Makefile
19 lines
307 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= graphql
|
|
PORTVERSION= 1.9.14
|
|
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>
|