ports/net/rubygem-omniauth-github/Makefile
2021-07-15 00:10:57 +08:00

20 lines
391 B
Makefile

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