summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-23 18:29:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-23 18:29:00 +0000
commitace8efd191ae2cd2fbf6885acd223454834d3e1a (patch)
treec8a6d88f5d15fef5aa8591d6121a15b26cb63faf
parent8e362a635094d6dcf01fc6d64e551df7daeb054e (diff)
downloadfreebsd-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/Makefile1
-rw-r--r--devel/rubygem-omniauth_crowd-rails41/Makefile11
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"