forked from Lainports/freebsd-ports
20 lines
395 B
Makefile
20 lines
395 B
Makefile
PORTNAME= octokit
|
|
PORTVERSION= 8.0.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple wrapper for the GitHub API
|
|
WWW= https://github.com/octokit/octokit.rb
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=1<3:www/rubygem-faraday \
|
|
rubygem-sawyer>=0.9<1:www/rubygem-sawyer
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|