freebsd-ports/net/rubygem-octokit/Makefile
2021-01-05 13:21:21 +00:00

23 lines
443 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= octokit
PORTVERSION= 4.20.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple wrapper for the GitHub API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-faraday0>=0.9:www/rubygem-faraday0 \
rubygem-sawyer>=0.5.3<0.9.0:www/rubygem-sawyer
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>