opnsense-ports/security/rubygem-omniauth-alicloud/Makefile
Franco Fichtner bc9fc2848c */*: sync with upstream
Taken from: FreeBSD
2023-04-11 09:42:51 +02:00

19 lines
403 B
Makefile

PORTNAME= omniauth-alicloud
PORTVERSION= 2.0.1
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>