mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
25 lines
622 B
Makefile
25 lines
622 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oauth2
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby wrapper for the OAuth 2.0 protocol
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \
|
|
rubygem-jwt>=1:${PORTSDIR}/www/rubygem-jwt \
|
|
rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \
|
|
rubygem-multi_xml>=0.5:${PORTSDIR}/textproc/rubygem-multi_xml \
|
|
rubygem-rack>=1.2:${PORTSDIR}/www/rubygem-rack
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|