diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-01-06 00:52:54 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-01-06 00:52:54 +0800 |
commit | 21be6983d7ab6029878aa76cc1a3b45cda5a4cf8 (patch) | |
tree | e10d6e1e4cf767d97276129535dfaa2e9012add3 /www/Makefile | |
parent | 9e61c52eb7668a9df69b2c2aab66fb7b6e96e61d (diff) | |
download | freebsd-ports-gnome-21be6983d7ab6029878aa76cc1a3b45cda5a4cf8.tar.gz freebsd-ports-gnome-21be6983d7ab6029878aa76cc1a3b45cda5a4cf8.tar.zst freebsd-ports-gnome-21be6983d7ab6029878aa76cc1a3b45cda5a4cf8.zip |
www/p5-Dancer-Plugin-CORS: create port
Cross origin resource sharing is a feature used by modern web browser to bypass
cross site scripting restrictions. A webservice can provide those rules from
which origin a client is allowed to make cross-site requests. This module helps
you to setup such rules.
WWW: http://search.cpan.org/dist/Dancer-Plugin-CORS/
PR: 222897
Submitted by: n_hibma
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a29c5daa1c79..6b0ddf5ba513 100644 --- a/www/Makefile +++ b/www/Makefile @@ -805,6 +805,7 @@ SUBDIR += p5-Corona SUBDIR += p5-Dancer SUBDIR += p5-Dancer-Logger-Log4perl + SUBDIR += p5-Dancer-Plugin-CORS SUBDIR += p5-Dancer-Plugin-ExtDirect SUBDIR += p5-Dancer-Plugin-Feed SUBDIR += p5-Dancer-Plugin-FlashMessage |