mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 06:01:51 -05:00
24 lines
501 B
Makefile
24 lines
501 B
Makefile
PORTNAME= ruby-saml
|
|
PORTVERSION= 1.17.0
|
|
PORTREVISION= 1
|
|
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>
|