freebsd-ports/security/rubygem-ruby-saml/Makefile
Matthias Fechner e7761c8640 security/rubygem-ruby-saml: Update to 1.12.2.
This upgrade is required for gitlab-ce 13.10.3 security update.

Changes:	https://github.com/onelogin/ruby-saml/blob/master/changelog.md

MFH:		2021Q2
2021-04-18 23:41:15 +02:00

22 lines
434 B
Makefile

# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
PORTNAME= ruby-saml
PORTVERSION= 1.12.2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= SAML toolkit for Ruby on Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-nokogiri>=1.10.5:textproc/rubygem-nokogiri \
rubygem-rexml>=0:textproc/rubygem-rexml
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>