freebsd-ports/security/rubygem-omniauth-cas/Makefile
Joseph Mingrone 15a0ee75ee Add new Ruby Gem dependency ports for upcoming Mastodon v2.3.1
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
2018-03-13 00:57:09 +00:00

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>