6eef13e0c4
- Update LICENSE_FILE Changes: https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= oauth2
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby wrapper for the OAuth 2.0 protocol
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-faraday>=0.8:www/rubygem-faraday \
|
|
rubygem-jwt>=1.0:www/rubygem-jwt \
|
|
rubygem-multi_json>=1.3:devel/rubygem-multi_json \
|
|
rubygem-multi_xml>=0.5:textproc/rubygem-multi_xml \
|
|
rubygem-rack>=1.2:www/rubygem-rack
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|