mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Changes: https://about.gitlab.com/releases/2025/03/12/patch-release-gitlab-17-9-2-released/ Security: a435609c-ffd5-11ef-b4e4-2cf05da270f3
22 lines
485 B
Makefile
22 lines
485 B
Makefile
PORTNAME= ruby-saml
|
|
PORTVERSION= 1.18.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= SAML toolkit for Ruby on Rails
|
|
WWW= https://developers.onelogin.com/saml/ruby \
|
|
https://github.com/SAML-Toolkits/ruby-saml
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.13.10:textproc/rubygem-nokogiri \
|
|
rubygem-rexml>=0:textproc/rubygem-rexml
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|