opnsense-ports/security/rubygem-ruby-saml/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

20 lines
406 B
Makefile

PORTNAME= ruby-saml
PORTVERSION= 1.13.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.10.5:textproc/rubygem-nokogiri \
rubygem-rexml>=0:textproc/rubygem-rexml
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>