mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
New port: net/rubygem-omniauth-kerberos
An OmniAuth strategy for Kerberos. WWW: https://github.com/jgraichen/omniauth-kerberos Submitted by: Matthias Fechner <idefix@fechner.net>
This commit is contained in:
parent
22e54a83e9
commit
8676612e69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455044
4 changed files with 27 additions and 0 deletions
|
@ -1228,6 +1228,7 @@
|
||||||
SUBDIR += rubygem-omniauth-github-discourse
|
SUBDIR += rubygem-omniauth-github-discourse
|
||||||
SUBDIR += rubygem-omniauth-github11
|
SUBDIR += rubygem-omniauth-github11
|
||||||
SUBDIR += rubygem-omniauth-google-oauth2
|
SUBDIR += rubygem-omniauth-google-oauth2
|
||||||
|
SUBDIR += rubygem-omniauth-kerberos
|
||||||
SUBDIR += rubygem-omniauth-oauth
|
SUBDIR += rubygem-omniauth-oauth
|
||||||
SUBDIR += rubygem-omniauth-oauth2
|
SUBDIR += rubygem-omniauth-oauth2
|
||||||
SUBDIR += rubygem-omniauth-openid
|
SUBDIR += rubygem-omniauth-openid
|
||||||
|
|
20
net/rubygem-omniauth-kerberos/Makefile
Normal file
20
net/rubygem-omniauth-kerberos/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= omniauth-kerberos
|
||||||
|
PORTVERSION= 0.3.0
|
||||||
|
CATEGORIES= net rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= tz@FreeBSD.org
|
||||||
|
COMMENT= OmniAuth strategy for Kerberos
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-omniauth-multipassword>0:security/rubygem-omniauth-multipassword \
|
||||||
|
rubygem-timfel-krb5-auth>=0.8:security/rubygem-timfel-krb5
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
NO_ARCH= yes
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/rubygem-omniauth-kerberos/distinfo
Normal file
3
net/rubygem-omniauth-kerberos/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1509087900
|
||||||
|
SHA256 (rubygem/omniauth-kerberos-0.3.0.gem) = 07c759d0f60342f63e991c4841912f839c0dd91259a9a576fe9d7589cdd9ba17
|
||||||
|
SIZE (rubygem/omniauth-kerberos-0.3.0.gem) = 7680
|
3
net/rubygem-omniauth-kerberos/pkg-descr
Normal file
3
net/rubygem-omniauth-kerberos/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
An OmniAuth strategy for Kerberos.
|
||||||
|
|
||||||
|
WWW: https://github.com/jgraichen/omniauth-kerberos
|
Loading…
Add table
Reference in a new issue