freebsd-ports/devel/rubygem-github_api/Makefile
Sunpoet Po-Chuan Hsieh 4c1433eb74 Update pkg-descr
- Take maintainership
2019-11-13 23:39:21 +00:00

26 lines
639 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= github_api
PORTVERSION= 0.18.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrapper that supports all of the GitHub API v3 methods
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-addressable>=2.4<3:www/rubygem-addressable \
rubygem-descendants_tracker>=0.0.4<0.1:devel/rubygem-descendants_tracker \
rubygem-faraday>=0.8<1:www/rubygem-faraday \
rubygem-hashie>=3.5.2<4:devel/rubygem-hashie \
rubygem-oauth2>=1.0<2:net/rubygem-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>