23 lines
445 B
Makefile
23 lines
445 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
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>
|