freebsd-ports/security/rubygem-omniauth-gitlab/Makefile
Po-Chuan Hsieh 0f1e97370c
security/rubygem-omniauth-gitlab: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change
2021-07-15 00:10:49 +08:00

21 lines
419 B
Makefile

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