summaryrefslogtreecommitdiff
path: root/devel/rubygem-omniauth_crowd/Makefile
blob: b5c9183e878faf8018ee2dea97224d8f6242ec9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	omniauth_crowd
PORTVERSION=	2.4.0
PORTREVISION=	3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OmniAuth provider for Atlassian Crowds REST API
WWW=		https://github.com/robdimarco/omniauth_crowd

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

RUN_DEPENDS?=	rubygem-activesupport61>=0:devel/rubygem-activesupport61 \
		rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
		rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>