opnsense-ports/security/rubygem-omniauth-jwt/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

21 lines
447 B
Makefile

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
WWW= https://github.com/mbleigh/omniauth-jwt
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
NO_ARCH= yes
.include <bsd.port.mk>