forked from Lainports/freebsd-ports
Required for gitlab-ce 16.5 Changelog: https://gitlab.com/gitlab-jh/jh-team/omniauth-alicloud/-/blob/main/CHANGELOG.md?ref_type=heads
19 lines
403 B
Makefile
19 lines
403 B
Makefile
PORTNAME= omniauth-alicloud
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Wrapper the AliCloud Oauth2 API
|
|
WWW= https://gitlab.com/gitlab-jh/jh-team/omniauth-alicloud
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.8<2:net/rubygem-omniauth-oauth2
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|