From 8e362a635094d6dcf01fc6d64e551df7daeb054e Mon Sep 17 00:00:00 2001
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Mon, 23 Nov 2015 18:28:39 +0000
Subject: - Add rubygem-omniauth_crowd 2.2.3 - While I'm here:   - Add LICENSE 
  - Simplify COMMENT   - Fix RUN_DEPENDS   - Add NO_ARCH

This is an OmniAuth provider for Atlassian Crowd's REST API.
It allows you to easily integrate your Rack application in with Atlassian Crowd.

WWW: https://github.com/robdimarco/omniauth_crowd

PR:		203560
Submitted by:	Michael Fausten <ports@michael-fausten.de>
---
 devel/Makefile                         |  1 +
 devel/rubygem-omniauth_crowd/Makefile  | 23 +++++++++++++++++++++++
 devel/rubygem-omniauth_crowd/distinfo  |  2 ++
 devel/rubygem-omniauth_crowd/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)
 create mode 100644 devel/rubygem-omniauth_crowd/Makefile
 create mode 100644 devel/rubygem-omniauth_crowd/distinfo
 create mode 100644 devel/rubygem-omniauth_crowd/pkg-descr

diff --git a/devel/Makefile b/devel/Makefile
index 758c10433e7a..2b192583c378 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4892,6 +4892,7 @@
     SUBDIR += rubygem-notify
     SUBDIR += rubygem-nprogress-rails
     SUBDIR += rubygem-oj
+    SUBDIR += rubygem-omniauth_crowd
     SUBDIR += rubygem-open3_backport
     SUBDIR += rubygem-open4
     SUBDIR += rubygem-orm_adapter
diff --git a/devel/rubygem-omniauth_crowd/Makefile b/devel/rubygem-omniauth_crowd/Makefile
new file mode 100644
index 000000000000..6e3fa6d7cdeb
--- /dev/null
+++ b/devel/rubygem-omniauth_crowd/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	omniauth_crowd
+PORTVERSION=	2.2.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ports@michael-fausten.de
+COMMENT=	OmniAuth provider for Atlassian Crowds REST API
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS?=	rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \
+		rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-omniauth_crowd/distinfo b/devel/rubygem-omniauth_crowd/distinfo
new file mode 100644
index 000000000000..c78d56c51c74
--- /dev/null
+++ b/devel/rubygem-omniauth_crowd/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/omniauth_crowd-2.2.3.gem) = 070beee801a0773487450f82a35840af29dde7451d1c746d4d791a58c064e589
+SIZE (rubygem/omniauth_crowd-2.2.3.gem) = 12800
diff --git a/devel/rubygem-omniauth_crowd/pkg-descr b/devel/rubygem-omniauth_crowd/pkg-descr
new file mode 100644
index 000000000000..95b776a7f257
--- /dev/null
+++ b/devel/rubygem-omniauth_crowd/pkg-descr
@@ -0,0 +1,4 @@
+This is an OmniAuth provider for Atlassian Crowd's REST API.
+It allows you to easily integrate your Rack application in with Atlassian Crowd.
+
+WWW: https://github.com/robdimarco/omniauth_crowd
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0