diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-23 18:29:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-23 18:29:00 +0000 |
commit | ace8efd191ae2cd2fbf6885acd223454834d3e1a (patch) | |
tree | c8a6d88f5d15fef5aa8591d6121a15b26cb63faf | |
parent | 8e362a635094d6dcf01fc6d64e551df7daeb054e (diff) | |
download | freebsd-ports-ace8efd191ae2cd2fbf6885acd223454834d3e1a.zip |
- 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>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-omniauth_crowd-rails41/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2b192583c378..bddf05d451ce 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-omniauth_crowd-rails41/Makefile b/devel/rubygem-omniauth_crowd-rails41/Makefile new file mode 100644 index 000000000000..a71c4d72ca8b --- /dev/null +++ b/devel/rubygem-omniauth_crowd-rails41/Makefile @@ -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" |