aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-cas3/Makefile
blob: 90d665e758be3a7ece27bcdd9946e8ce351ffb3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	omniauth-cas3
PORTVERSION=	1.1.4
PORTREVISION=	1
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	CAS 3.0 Strategy for OmniAuth

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-addressable>=2.3<3:www/rubygem-addressable \
		rubygem-nokogiri>=1.7.1<2:textproc/rubygem-nokogiri \
		rubygem-omniauth1>=1.2<2:security/rubygem-omniauth1

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>