Ruby gem that implements an OmniAuth strategy for authenticating through Shibboleth (SAML) for usage in rubygem-onmiauth. WWW: https://github.com/toyokazu/omniauth-shibboleth PR: 199753 Differential Revision: https://reviews.freebsd.org/D2507 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: swills (mentor)
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= omniauth-shibboleth
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= OmniAuth Shibboleth strategies for OmniAuth 1.x
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|