1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Add rubygem-omniauth_crowd-rails41 2.2.3

- While I'm here, fix RUN_DEPENDS

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:		203561
Submitted by:	Michael Fausten <ports@michael-fausten.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-11-23 18:29:00 +00:00
parent 8e362a6350
commit ace8efd191
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402305
2 changed files with 12 additions and 0 deletions

View File

@ -4893,6 +4893,7 @@
SUBDIR += rubygem-nprogress-rails
SUBDIR += rubygem-oj
SUBDIR += rubygem-omniauth_crowd
SUBDIR += rubygem-omniauth_crowd-rails41
SUBDIR += rubygem-open3_backport
SUBDIR += rubygem-open4
SUBDIR += rubygem-orm_adapter

View File

@ -0,0 +1,11 @@
# $FreeBSD$
PKGNAMESUFFIX= -rails41
RUN_DEPENDS= rubygem-activesupport41>=0:${PORTSDIR}/devel/rubygem-activesupport41 \
rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
MASTERDIR= ${.CURDIR}/../rubygem-omniauth_crowd
.include "${MASTERDIR}/Makefile"