ports/net/rubygem-omniauth-oauth/Makefile

20 lines
379 B
Makefile

PORTNAME= omniauth-oauth
PORTVERSION= 1.2.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generic OAuth strategy for OmniAuth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-oauth>=0:net/rubygem-oauth \
rubygem-omniauth1>=1.0<3:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>