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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Central Authentication Service (CAS) strategy for OmniAuth

LICENSE=	MIT

RUN_DEPENDS=	rubygem-omniauth>=1.2:security/rubygem-omniauth \
		rubygem-nokogiri>=1.5:textproc/rubygem-nokogiri \
		rubygem-addressable>=2.3:www/rubygem-addressable

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>