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

21 lines
444 B
Makefile

PORTNAME= omniauth-authentiq
PORTVERSION= 0.3.3
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Authentiq OAuth2 Strategy for OmniAuth
WWW= https://github.com/AuthentiqID/omniauth-authentiq
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-jwt>=1.5:www/rubygem-jwt \
rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>