diff options
Diffstat (limited to 'net/rubygem-gitlab_omniauth-ldap/Makefile')
-rw-r--r-- | net/rubygem-gitlab_omniauth-ldap/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/rubygem-gitlab_omniauth-ldap/Makefile b/net/rubygem-gitlab_omniauth-ldap/Makefile index cf3135e49c51..fe6d3368b24a 100644 --- a/net/rubygem-gitlab_omniauth-ldap/Makefile +++ b/net/rubygem-gitlab_omniauth-ldap/Makefile @@ -1,17 +1,19 @@ # $FreeBSD$ PORTNAME= gitlab_omniauth-ldap -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= LDAP strategy for OmniAuth -RUN_DEPENDS= rubygem-net-ldap>=0.3.1:${PORTSDIR}/net/rubygem-net-ldap \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-net-ldap>=0.9:${PORTSDIR}/net/rubygem-net-ldap \ rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \ rubygem-pyu-ruby-sasl>=0.0.3.1:${PORTSDIR}/security/rubygem-pyu-ruby-sasl \ - rubygem-rubyntlm>=0.1.1:${PORTSDIR}/net/rubygem-rubyntlm + rubygem-rubyntlm>=0.3:${PORTSDIR}/net/rubygem-rubyntlm USE_RUBY= yes USE_RUBYGEMS= yes |