aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-06-02 19:57:21 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-06-02 19:57:21 +0000
commit6231b45dd3d774b5d72580c05ddc33404b57a253 (patch)
tree4d87dda49225797de2120e1f6818c22308b5a2ee /www/Makefile
parent914807748e3a29ce43cb640ef2d485b53f6958a7 (diff)
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>
Notes
Notes: svn path=/head/; revision=416291
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 161f77e45c34..65d32925d4e8 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