summaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth/Makefile
blob: efbb6cd7a45a7ab77e09e34a2f929ad794ef98e8 (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
PORTVERSION=	2.1.2
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Generalized Rack framework for multiple-provider authentication
WWW=		https://github.com/omniauth/omniauth

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

RUN_DEPENDS=	rubygem-hashie>=3.4.6:devel/rubygem-hashie \
		rubygem-rack>=2.2.3,3:www/rubygem-rack \
		rubygem-rack-protection3>=0:www/rubygem-rack-protection3

USES=		cpe gem

NO_ARCH=	yes

.include <bsd.port.mk>