aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-saml/Makefile
blob: 8836ff7ffa7bd9fea5c1dd9a0de5bf4f3f446bfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	omniauth-saml
PORTVERSION=	2.2.4
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	OmniAuth strategy for SAML
WWW=		https://github.com/omniauth/omniauth-saml

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-omniauth>=2.1<3:security/rubygem-omniauth \
		rubygem-ruby-saml>=1.18<2:security/rubygem-ruby-saml

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>