opnsense-ports/devel/rubygem-graphlient/Makefile
Franco Fichtner 69e73294a8 */*: sync with upstream
Taken from: FreeBSD
2024-11-26 13:06:06 +01:00

20 lines
438 B
Makefile

PORTNAME= graphlient
PORTVERSION= 0.8.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Friendlier Ruby client for consuming GraphQL-based APIs
WWW= https://github.com/ashkan18/graphlient
LICENSE= MIT
RUN_DEPENDS= rubygem-faraday-gitlab>=2.0<3:www/rubygem-faraday-gitlab \
rubygem-graphql-client>=0:devel/rubygem-graphql-client
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>