aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-shibboleth/Makefile
blob: ff73a0b950370ffe803306dd02844eeeb8bc8da1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

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

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>