forked from Lainports/freebsd-ports
Required for gitlab-ce 16.1 Changelog: https://my.diffend.io/gems/ruby-saml/1.14.0/1.15.0#d2h-670634
20 lines
407 B
Makefile
20 lines
407 B
Makefile
PORTNAME= ruby-saml
|
|
PORTVERSION= 1.15.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= SAML toolkit for Ruby on Rails
|
|
WWW= https://github.com/onelogin/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>
|