aboutsummaryrefslogblamecommitdiff
path: root/security/rubygem-omniauth-gitlab/Makefile
blob: 6041650c0e8155133e6b16646338effc902374a5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13


                               
                     








                                            

                                                                        
 
                   
                   
                   

                      
# $FreeBSD$

PORTNAME=	omniauth-gitlab
PORTVERSION=	1.0.3
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OmniAuth strategy for GitLab

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

RUN_DEPENDS=	rubygem-omniauth>=1.0:security/rubygem-omniauth \
		rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>