diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-23 18:28:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-23 18:28:39 +0000 |
commit | 8e362a635094d6dcf01fc6d64e551df7daeb054e (patch) | |
tree | b23a83a3f537648635432cae303d3abbfeca968a | |
parent | 755d2094d0541a1516dfdb3d2349ecdd253c1825 (diff) | |
download | freebsd-ports-8e362a635094d6dcf01fc6d64e551df7daeb054e.zip |
- 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>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-omniauth_crowd/Makefile | 23 | ||||
-rw-r--r-- | devel/rubygem-omniauth_crowd/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-omniauth_crowd/pkg-descr | 4 |
4 files changed, 30 insertions, 0 deletions
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 |