aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-ruby-saml/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-08-09 20:39:07 +0000
committerSteve Wills <swills@FreeBSD.org>2015-08-09 20:39:07 +0000
commitcd31cadb543860d1838466e467e7473a0b72c137 (patch)
tree359064917013357b3e85a4469801ac0fa63c2268 /security/rubygem-ruby-saml/Makefile
parentd99e5bea2539c26bf07bcd5a3550a740751c6259 (diff)
security/rubygem-ruby-saml: create port
SAML toolkit for Ruby on Rails WWW: https://github.com/onelogin/ruby-saml PR: 201810 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
Notes
Notes: svn path=/head/; revision=393827
Diffstat (limited to 'security/rubygem-ruby-saml/Makefile')
-rw-r--r--security/rubygem-ruby-saml/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/rubygem-ruby-saml/Makefile b/security/rubygem-ruby-saml/Makefile
new file mode 100644
index 000000000000..5fad827228fb
--- /dev/null
+++ b/security/rubygem-ruby-saml/Makefile
@@ -0,0 +1,20 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME= ruby-saml
+PORTVERSION= 0.9.2
+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>