summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-oauth2-gitlab/Makefile
blob: d120f0f01af673440dcad1bc26e49a23b20cf9bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	omniauth-oauth2
PORTVERSION=	1.8.0
CATEGORIES=	net rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-gitlab

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Abstract OAuth2 strategy for OmniAuth
WWW=		https://github.com/omniauth/omniauth-oauth2

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

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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>