20 lines
410 B
Makefile
20 lines
410 B
Makefile
# Created by Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= omniauth-azure-activedirectory-v2
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= OAuth 2 authentication with the Azure ActiveDirectory V2 API
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth-oauth2>=0:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|