ports/security/rubygem-omniauth-dingtalk-oauth2/Makefile
2021-12-04 13:07:23 +01:00

21 lines
422 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PORTNAME= omniauth-dingtalk-oauth2
PORTVERSION= 1.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Wrapper the DingTalk Oauth2 API
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.7.1<1.8:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>