2017-06-30 13:06:20 +00:00

21 lines
363 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-authentiq
PORTVERSION= 0.3.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Authentiq OAuth2 Strategy for OmniAuth
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.3.1:net/rubygem-omniauth-oauth2
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>