mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
807b7d9112
Ruby gem that implements the OmniAuth strategy of GitLab for usage in rubygem-onmiauth. WWW: https://github.com/linchus/omniauth-gitlab PR: 199779 Differential Revision: https://reviews.freebsd.org/D2502 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-gitlab
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OmniAuth strategy for GitLab
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
|
|
rubygem-omniauth-oauth2>=1.0:${PORTSDIR}/net/rubygem-omniauth-oauth2
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|