blob: c788a63f738c67ef9503177f2c3592fa7ca9de41 (
plain)
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= 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>
|