forked from Lainports/freebsd-ports
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15434
26 lines
496 B
Makefile
26 lines
496 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= octokit
|
|
PORTVERSION= 4.6.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 46
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Simple wrapper for the GitHub API
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
DEPRECATED= Obsoleted by update of www/gitlab. Please use net/rubygem-octokit instead.
|
|
EXPIRATION_DATE= 2018-06-30
|
|
|
|
RUN_DEPENDS= rubygem-sawyer>=0.8.0:www/rubygem-sawyer
|
|
|
|
PORTSCOUT= limit:^4\.6\.
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|