aboutsummaryrefslogtreecommitdiffstats
path: root/security/rubygem-omniauth-shibboleth12/Makefile
blob: e761af4a6205a7e9371683434be1b41f8322a7bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   omniauth-shibboleth
PORTVERSION=    1.2.1
CATEGORIES= security rubygems
MASTER_SITES=   RG
PKGNAMESUFFIX=  12

MAINTAINER= idefix@fechner.net
COMMENT=    OmniAuth Shibboleth strategies for OmniAuth 1.x

LICENSE=    MIT

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

PORTSCOUT=  limit:^1\.2

NO_ARCH=    yes
USES=       gem
USE_RUBY=   yes

.include <bsd.port.mk>