freebsd-ports/security/rubygem-omniauth-saml/Makefile
2015-08-13 17:37:51 +00:00

22 lines
476 B
Makefile

# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= omniauth-saml
PORTVERSION= 1.4.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>=1.0.0:${PORTSDIR}/security/rubygem-ruby-saml
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>