freebsd-ports/security/rubygem-omniauth-gitlab/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
396 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>