forked from Lainports/freebsd-ports
- Add RG link to pkg-descr Changes: https://github.com/intridea/oauth2/commits/master - Make Client#get_token listen to raise_errors option - Condense build status and dependency status [ci skip] - Use HTTPS rubygems source - Remove unnecessary additions - Make status images more consistent [ci skip] - Add Travis-style dependency status image [ci skip] - Rubinius 2.0 is now the default Rubinius version on Travis - Add dependency status [ci skip] - Reformat [ci skip] - Loosen gem dependenies - Source code shows that authorization_url is actually named authorize_url
23 lines
526 B
Makefile
23 lines
526 B
Makefile
# New ports collection makefile for: rubygem-oauth2
|
|
# Date created: 2011-10-18
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oauth2
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A Ruby wrapper for the OAuth 2.0 protocol
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0.7:${PORTSDIR}/www/rubygem-faraday \
|
|
rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|