summaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-atlassian-oauth2/Makefile
blob: 84adfad8551bdef9dd8896b35dbf90f970c4813a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	omniauth-atlassian-oauth2
PORTVERSION=	0.2.0
PORTREVISION=	2
CATEGORIES=	security rubygems
MASTER_SITES=	RG

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

LICENSE=	MIT

RUN_DEPENDS=	rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
		rubygem-omniauth-oauth2-gitlab>=1.5:net/rubygem-omniauth-oauth2-gitlab

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>