00a60b8a8b
Required for gitlab-ce 14.3.
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
|
|
PORTNAME= ruby-saml
|
|
PORTVERSION= 1.13.0
|
|
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>
|