1PORTNAME= omniauth 2PORTVERSION= 2.1.4 3PORTREVISION= 2 4CATEGORIES= security rubygems 5MASTER_SITES= RG 6# this port is a replacement for rubygem-omniauth which fixes depedency conflicts 7# normally suffix gitlab is used, but that package already exists, so use gl here 8PKGNAMESUFFIX= -gl 9 10MAINTAINER= mfechner@FreeBSD.org 11COMMENT= Generalized Rack framework for multiple-provider authentication 12WWW= https://github.com/omniauth/omniauth 13 14LICENSE= mit 15LICENSE_FILE= ${WRKSRC}/LICENSE.md 16 17BUILD_DEPENDS= ${RUN_DEPENDS} 18RUN_DEPENDS= rubygem-hashie-gitlab>=3.4.6:devel/rubygem-hashie-gitlab \ 19 rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab \ 20 rubygem-rack-gitlab>=2.2.3:www/rubygem-rack-gitlab \ 21 rubygem-rack-protection-gitlab>=0:www/rubygem-rack-protection-gitlab 22 23USES= cpe gem 24 25NO_ARCH= yes 26 27.include <bsd.port.mk> 28