mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
25 lines
669 B
Makefile
25 lines
669 B
Makefile
PORTNAME= github_api
|
|
PORTVERSION= 0.19.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Wrapper that supports all of the GitHub API v3 methods
|
|
WWW= https://piotrmurach.github.io/github/ \
|
|
https://github.com/piotrmurach/github
|
|
|
|
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-faraday1>=0.8<2:www/rubygem-faraday1 \
|
|
rubygem-hashie>=3.5.2:devel/rubygem-hashie \
|
|
rubygem-oauth21>=1.0<2:net/rubygem-oauth21
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|