summaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-shibboleth-redux/Makefile
blob: 0a2b04a4ad4290f0c59a1a55db10367d8ab069ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	omniauth-shibboleth-redux
PORTVERSION=	2.0.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OmniAuth strategy for Shibboleth
WWW=		https://www.rubydoc.info/gems/omniauth-shibboleth-redux/2.0.0

LICENSE=	MIT

RUN_DEPENDS=	rubygem-omniauth>=2.0:security/rubygem-omniauth

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>