aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-dingtalk-oauth2/Makefile
blob: a8004f882cf855b72355874252bbe9f3fd8545f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	omniauth-dingtalk-oauth2
PORTVERSION=	1.0.1
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Wrapper the DingTalk Oauth2 API
WWW=		https://gitlab.com/gitlab-jh/jh-team/omniauth-dingtalk

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-omniauth-oauth2>=1.7<3:net/rubygem-omniauth-oauth2

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>