aboutsummaryrefslogblamecommitdiff
path: root/security/rubygem-omniauth-jwt/Makefile
blob: 260f0bb48b7004d3ea5c2b599acd9d90775cf86f (plain) (tree)
1
2
3
4
5
                                                  


                            
                 









                                                                    
                                                                   
 
                   


                   

                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	omniauth-jwt
PORTVERSION=	0.0.2
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	OmniAuth strategy to accept JWT-based single sign-on

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

RUN_DEPENDS=	rubygem-jwt>=0:www/rubygem-jwt \
		rubygem-omniauth1>=1.1<2:security/rubygem-omniauth1

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>