new port: security/rubygem-omniauth-multipassword
Ruby gem that implements an OmniAuth strategy that allows to authenticate against different password strategies at once. WWW: https://github.com/jgraichen/omniauth-multipassword PR: 199755 Differential Revision: https://reviews.freebsd.org/D2504 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
This commit is contained in:
parent
269fdc35fb
commit
a129dfd0e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385953
4 changed files with 27 additions and 0 deletions
|
@ -920,6 +920,7 @@
|
|||
SUBDIR += rubygem-omniauth
|
||||
SUBDIR += rubygem-omniauth-bitbucket
|
||||
SUBDIR += rubygem-omniauth-gitlab
|
||||
SUBDIR += rubygem-omniauth-multipassword
|
||||
SUBDIR += rubygem-origami
|
||||
SUBDIR += rubygem-pyu-ruby-sasl
|
||||
SUBDIR += rubygem-razorback-scriptNugget
|
||||
|
|
20
security/rubygem-omniauth-multipassword/Makefile
Normal file
20
security/rubygem-omniauth-multipassword/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= omniauth-multipassword
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= OmniAuth strategy using different passwort strategies
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/rubygem-omniauth-multipassword/distinfo
Normal file
2
security/rubygem-omniauth-multipassword/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/omniauth-multipassword-0.4.1.gem) = 35acded3b0f67ae4f9b699c4e415a728bd5f81e38365a651493506aa8c9ee93d
|
||||
SIZE (rubygem/omniauth-multipassword-0.4.1.gem) = 7168
|
4
security/rubygem-omniauth-multipassword/pkg-descr
Normal file
4
security/rubygem-omniauth-multipassword/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Ruby gem that implements an OmniAuth strategy that allows to
|
||||
authenticate against different password strategies at once.
|
||||
|
||||
WWW: https://github.com/jgraichen/omniauth-multipassword
|
Loading…
Reference in a new issue