freebsd-ports/security/rubygem-omniauth-saml/Makefile
Sunpoet Po-Chuan Hsieh e27c4a9449 Update RUN_DEPENDS
2017-01-12 20:03:41 +00:00

22 lines
454 B
Makefile

# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= omniauth-saml
PORTVERSION= 1.7.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= OmniAuth strategy for SAML
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-omniauth>=1.3:security/rubygem-omniauth \
rubygem-ruby-saml>=1.4:security/rubygem-ruby-saml
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>