diff options
Diffstat (limited to 'net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile')
-rw-r--r-- | net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile new file mode 100644 index 000000000000..01bc3496a74b --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile @@ -0,0 +1,23 @@ +PORTNAME= gitlab_omniauth-ldap +PORTVERSION= 2.2.0 +PORTREVISION= 0 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= LDAP strategy for OmniAuth +WWW= https://gitlab.com/gitlab-org/omniauth-ldap + +LICENSE= MIT + +RUN_DEPENDS= rubygem-net-ldap>=0.16<1:net/rubygem-net-ldap \ + rubygem-omniauth-gl>=1.3<3:security/rubygem-omniauth-gl \ + rubygem-pyu-ruby-sasl>=0.0.3.3<0.1:security/rubygem-pyu-ruby-sasl \ + rubygem-rubyntlm>=0.5<1:net/rubygem-rubyntlm + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |