opnsense-ports/security/rubygem-ruby-saml/Makefile
Franco Fichtner 90d8af2bf5 */*: sync with upstream
Taken from: FreeBSD
2015-08-14 09:53:53 +02:00

20 lines
450 B
Makefile

# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= ruby-saml
PORTVERSION= 1.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= SAML toolkit for Ruby on Rails
RUN_DEPENDS= rubygem-nokogiri>=1.5.10:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-uuid>=2.3:${PORTSDIR}/devel/rubygem-uuid
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>