diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /net/rubygem-gitlab_omniauth-ldap-gitlab | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'net/rubygem-gitlab_omniauth-ldap-gitlab')
| -rw-r--r-- | net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile | 22 | ||||
| -rw-r--r-- | net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo | 3 | ||||
| -rw-r--r-- | net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr | 1 |
3 files changed, 26 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..56ba4987d1a2 --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile @@ -0,0 +1,22 @@ +PORTNAME= gitlab_omniauth-ldap +PORTVERSION= 2.3.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> diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo b/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo new file mode 100644 index 000000000000..de8cdeb8c93c --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1761392605 +SHA256 (rubygem/gitlab_omniauth-ldap-2.3.0.gem) = 167036fe37c2711f2e1d2047260766e4c9b31ac37dfc873b101bcd4ea2a3a3b4 +SIZE (rubygem/gitlab_omniauth-ldap-2.3.0.gem) = 15360 diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr b/net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr new file mode 100644 index 000000000000..cd376560a430 --- /dev/null +++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/pkg-descr @@ -0,0 +1 @@ +A LDAP strategy for OmniAuth. |
