freebsd-ports/net/rubygem-omniauth-ultraauth/Makefile

22 lines
438 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= omniauth-ultraauth
PORTVERSION= 0.0.2
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Passwordless authentication plugin
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-omniauth_openid_connect>=0.3.0:net/rubygem-omniauth_openid_connect
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>