21 lines
386 B
Makefile
21 lines
386 B
Makefile
# Created by: Johannes Meixner <xmj@chaot.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= octokit
|
|
PORTVERSION= 4.1.1
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|