1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/rubygem-octokit/Makefile
2015-04-05 18:24:08 +00:00

21 lines
373 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= octokit
PORTVERSION= 3.8.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple wrapper for the GitHub API
LICENSE= MIT
RUN_DEPENDS= rubygem-sawyer>=0.6.0:${PORTSDIR}/www/rubygem-sawyer
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>