opnsense-ports/net/rubygem-omniauth-github/Makefile
Franco Fichtner 72afd80bda */*: sync with upstream
Taken from: FreeBSD
2022-10-05 08:15:46 +02:00

20 lines
419 B
Makefile

PORTNAME= omniauth-github
PORTVERSION= 2.0.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Official OmniAuth strategy for GitHub
WWW= https://github.com/omniauth/omniauth-github
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.8<2:net/rubygem-omniauth-oauth2
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>