forked from Lainports/freebsd-ports
20 lines
432 B
Makefile
20 lines
432 B
Makefile
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>
|