blob: 8e96e53b65408ce24cf821fde8a9846b82d25a9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= omniauth-cas
PORTVERSION= 3.0.2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Central Authentication Service (CAS) strategy for OmniAuth
WWW= https://github.com/dlindahl/omniauth-cas
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \
rubygem-nokogiri>=1.12<2:textproc/rubygem-nokogiri \
rubygem-omniauth>=2.1<3:security/rubygem-omniauth
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|