Files
ports/net/rubygem-omniauth-oauth2/Makefile
T

21 lines
424 B
Makefile

PORTNAME= omniauth-oauth2
PORTVERSION= 1.9.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Abstract OAuth2 strategy for OmniAuth
WWW= https://github.com/omniauth/omniauth-oauth2
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-oauth2>=2.0.2<3:net/rubygem-oauth2 \
rubygem-omniauth>=1.9<3:security/rubygem-omniauth
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>