aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-rack-oauth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-rack-oauth2/Makefile')
-rw-r--r--security/rubygem-rack-oauth2/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/rubygem-rack-oauth2/Makefile b/security/rubygem-rack-oauth2/Makefile
new file mode 100644
index 000000000000..f337732acb42
--- /dev/null
+++ b/security/rubygem-rack-oauth2/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= rack-oauth2
+PORTVERSION= 1.1.1
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= OAuth 2.0 Server & Client Library
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-activesupport>=2.3:${PORTSDIR}/devel/rubygem-activesupport \
+ rubygem-attr_required>=0.0.5:${PORTSDIR}/devel/rubygem-attr_required \
+ rubygem-httpclient>=2.4:${PORTSDIR}/www/rubygem-httpclient \
+ rubygem-multi_json>=1.3.6:${PORTSDIR}/devel/rubygem-multi_json \
+ rubygem-rack>=1.1:${PORTSDIR}/www/rubygem-rack
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>