opnsense-ports/security/rubygem-ruby-saml/Makefile
Franco Fichtner 04adf488de */*: sync with upstream
Taken from: FreeBSD
2016-07-10 11:09:59 +02:00

21 lines
400 B
Makefile

# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= ruby-saml
PORTVERSION= 1.3.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.5.10:textproc/rubygem-nokogiri
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>