aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-06-03 03:57:21 +0800
committerpi <pi@FreeBSD.org>2016-06-03 03:57:21 +0800
commit6b4417bf5e4ccfbed2655855bb5fa6bed6c7425b (patch)
tree4d87dda49225797de2120e1f6818c22308b5a2ee /www/Makefile
parent89df047375b78594ce1c2bacea0e769f70e2b167 (diff)
downloadfreebsd-ports-graphics-6b4417bf5e4ccfbed2655855bb5fa6bed6c7425b.tar.gz
freebsd-ports-graphics-6b4417bf5e4ccfbed2655855bb5fa6bed6c7425b.tar.zst
freebsd-ports-graphics-6b4417bf5e4ccfbed2655855bb5fa6bed6c7425b.zip
New port: www/p5-Dancer-Plugin-RPC
This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than Plack::Middleware. Dancer::Plugin::RPC::XMLRPC This plugin exposes the new keyword "xmlrpc" that is followed by 2 arguments: the endpoint and the arguments to configure the xmlrpc-calls at this endpoint. Dancer::Plugin::RPC::JSONRPC This plugin exposes the new keyword "jsonrpc" that is followed by 2 arguments: the endpoint and the arguments to configure the jsonrpc-calls at this endpoint. See the /t dir for examples (until some tutorial exists) WWW: https://metacpan.org/pod/Dancer::Plugin::RPC PR: 209597 Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
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 161f77e45c3..65d32925d4e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -839,6 +839,7 @@
SUBDIR += p5-Dancer-Plugin-Lexicon
SUBDIR += p5-Dancer-Plugin-Memcached
SUBDIR += p5-Dancer-Plugin-REST
+ SUBDIR += p5-Dancer-Plugin-RPC
SUBDIR += p5-Dancer-Plugin-SiteMap
SUBDIR += p5-Dancer-Plugin-ValidationClass
SUBDIR += p5-Dancer-Session-Cookie