summaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-shibboleth/Makefile
blob: 9459dca39f8bc958656f0b3cfd23472bde78c7f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	omniauth-shibboleth
PORTVERSION=	1.2.1
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:security/rubygem-omniauth

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>