aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-saml1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-omniauth-saml1/Makefile')
-rw-r--r--security/rubygem-omniauth-saml1/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/rubygem-omniauth-saml1/Makefile b/security/rubygem-omniauth-saml1/Makefile
new file mode 100644
index 000000000000..cc04b2fe7360
--- /dev/null
+++ b/security/rubygem-omniauth-saml1/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= omniauth-saml
+PORTVERSION= 1.10.3
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 1
+
+MAINTAINER= bofh@FreeBSD.org
+COMMENT= OmniAuth strategy for SAML
+WWW= https://github.com/omniauth/omniauth-saml
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= rubygem-omniauth1>=1.3.2:security/rubygem-omniauth1 \
+ rubygem-ruby-saml>=1.9<2:security/rubygem-ruby-saml
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>