mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
27 lines
680 B
Makefile
27 lines
680 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= github_api
|
|
PORTVERSION= 0.17.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@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.0:www/rubygem-addressable \
|
|
rubygem-descendants_tracker>=0.0.4:devel/rubygem-descendants_tracker \
|
|
rubygem-faraday>=0.8:www/rubygem-faraday \
|
|
rubygem-hashie>=3.4:devel/rubygem-hashie \
|
|
rubygem-mime-types29>=1.16:misc/rubygem-mime-types29 \
|
|
rubygem-oauth2>=1.0:net/rubygem-oauth2
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|