19 lines
386 B
Makefile
19 lines
386 B
Makefile
PORTNAME= omniauth-ultraauth
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Passwordless authentication plugin
|
|
WWW= https://ultraauth.com/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-omniauth_openid_connect>=0.3.0:net/rubygem-omniauth_openid_connect
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|