freebsd-ports/security/rubygem-omniauth-shibboleth/Makefile
Michael Moll dc0775573f new port: security/rubygem-omniauth-shibboleth
Ruby gem that implements an OmniAuth strategy for authenticating
through Shibboleth (SAML) for usage in rubygem-onmiauth.

WWW: https://github.com/toyokazu/omniauth-shibboleth

PR:		199753
Differential Revision:	https://reviews.freebsd.org/D2507
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	swills (mentor)
2015-05-10 23:31:29 +00:00

19 lines
364 B
Makefile

# $FreeBSD$
PORTNAME= omniauth-shibboleth
PORTVERSION= 1.2.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth Shibboleth strategies for OmniAuth 1.x
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>