freebsd-ports/security/rubygem-omniauth-saml/Makefile
Steve Wills f345a9f453 security/rubygem-omniauth-saml: create port
A generic SAML strategy for OmniAuth

WWW: https://github.com/PracticallyGreen/omniauth-saml

PR:		201809
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
2015-08-09 20:49:37 +00:00

22 lines
476 B
Makefile

# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= omniauth-saml
PORTVERSION= 1.3.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth strategy for SAML
LICENSE= MIT
RUN_DEPENDS= rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \
rubygem-ruby-saml>=0.8.1:${PORTSDIR}/security/rubygem-ruby-saml
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>