opnsense-ports/security/rubygem-omniauth-jwt/Makefile
Franco Fichtner 449ca91451 */*: sync with upstream
Taken from: HardenedBSD
2019-10-21 06:38:47 +02:00

23 lines
461 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= omniauth-jwt
PORTVERSION= 0.0.2
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-omniauth>=1.1<2:security/rubygem-omniauth
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>