mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
15a0ee75ee
multimedia/rubygem-streamio-ffmpeg WWW: http://github.com/streamio/streamio-ffmpeg security/rubygem-devise_pam_authenticatable2 WWW: http://github.com/devkral/devise_pam_authenticatable2 security/rubygem-omniauth-cas WWW: https://github.com/dlindahl/omniauth-cas security/rubygem-rpam2 WWW: http://github.com/devkral/rpam2
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>
|