mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
6677c843e5
Required by gitlab 14.1.
21 lines
414 B
Makefile
21 lines
414 B
Makefile
# Created by Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= omniauth-azure-activedirectory-v2
|
|
PORTVERSION= 1.0.0
|
|
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>=1.7<2:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|