opnsense-ports/security/rubygem-omniauth-gitlab/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

20 lines
397 B
Makefile

PORTNAME= omniauth-gitlab
PORTVERSION= 1.0.4
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:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>