aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-gitlab/Makefile
blob: 75a5ee05c2efefb91b26a1840431f31690a8d15d (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-gitlab
PORTVERSION=	4.1.0
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OmniAuth strategy for GitLab
WWW=		https://github.com/linchus/omniauth-gitlab

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

RUN_DEPENDS=	rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
		rubygem-omniauth-oauth2>=1.8.0<2:net/rubygem-omniauth-oauth2

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>