aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-03-30 00:08:04 +0800
committerswills <swills@FreeBSD.org>2014-03-30 00:08:04 +0800
commita35454aecafc5018069254209d4f27705209a906 (patch)
treebe75217ee320927f336bd4763fb6cd067ae5235d /www/Makefile
parenta586d3d75aab02298f985e71e618d2c22dfd3fba (diff)
downloadfreebsd-ports-gnome-a35454aecafc5018069254209d4f27705209a906.tar.gz
freebsd-ports-gnome-a35454aecafc5018069254209d4f27705209a906.tar.zst
freebsd-ports-gnome-a35454aecafc5018069254209d4f27705209a906.zip
Rack::Cors provides support for Cross-Origin Resource Sharing (CORS) for
Rack compatible web applications. The CORS spec allows web applications to make cross domain AJAX calls without using workarounds such as JSONP. WWW: https://github.com/cyu/rack-cors PR: ports/188005 Submitted by: Michael Moll <kvedulv at kvedulv.de>
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index cb94204446fe..c06bed25572e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1840,6 +1840,7 @@
SUBDIR += rubygem-rack-attack
SUBDIR += rubygem-rack-cache
SUBDIR += rubygem-rack-contrib
+ SUBDIR += rubygem-rack-cors
SUBDIR += rubygem-rack-mount
SUBDIR += rubygem-rack-openid
SUBDIR += rubygem-rack-protection