1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/rubygem-octokit/Makefile
2020-02-02 08:27:21 +00:00

24 lines
441 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= octokit
PORTVERSION= 4.15.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-faraday>=0.9:www/rubygem-faraday \
rubygem-sawyer>=0.5.3<0.9.0:www/rubygem-sawyer
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>