aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-oauth2/Makefile
blob: 265d1927e8b0b99f814ccf18e1ec92349cc078f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD: head/net/rubygem-omniauth-oauth2/Makefile 513707 2019-10-03 18:25:42Z sunpoet $

PORTNAME=	omniauth-oauth2
PORTVERSION=	1.7.1
CATEGORIES=	net rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Abstract OAuth2 strategy for OmniAuth

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-oauth2>=1.4<2:net/rubygem-oauth2 \
		rubygem-omniauth>=1.9<3:security/rubygem-omniauth

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>