diff options
Diffstat (limited to 'net/p5-XMLRPC-Lite')
-rw-r--r-- | net/p5-XMLRPC-Lite/DESCR | 7 | ||||
-rw-r--r-- | net/p5-XMLRPC-Lite/Makefile | 17 | ||||
-rw-r--r-- | net/p5-XMLRPC-Lite/distinfo | 6 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net/p5-XMLRPC-Lite/DESCR b/net/p5-XMLRPC-Lite/DESCR new file mode 100644 index 00000000000..a934fe7032c --- /dev/null +++ b/net/p5-XMLRPC-Lite/DESCR @@ -0,0 +1,7 @@ +XMLRPC::Lite is a Perl modules which provides a simple nterface to the +XML-RPC protocol both on client and server side. Based on SOAP::Lite +module, it gives you access to all features and transports available in +that module. + +See t/26-xmlrpc.t for client examples and examples/XMLRPC/* for server +implementations. diff --git a/net/p5-XMLRPC-Lite/Makefile b/net/p5-XMLRPC-Lite/Makefile new file mode 100644 index 00000000000..cf7ac27bc4b --- /dev/null +++ b/net/p5-XMLRPC-Lite/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2017/01/24 13:45:36 mef Exp $ + +DISTNAME= XMLRPC-Lite-0.717 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/ +COMMENT= Client and server implementation of XML-RPC protocol +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/XMLRPC-Lite/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-XMLRPC-Lite/distinfo b/net/p5-XMLRPC-Lite/distinfo new file mode 100644 index 00000000000..410cc4945e7 --- /dev/null +++ b/net/p5-XMLRPC-Lite/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/01/24 13:45:36 mef Exp $ + +SHA1 (XMLRPC-Lite-0.717.tar.gz) = a88218bf5b3ad5d25a8d19a249f05d26845eec7a +RMD160 (XMLRPC-Lite-0.717.tar.gz) = 7f3dac2db73d1b890447a9ac77add9082c1fc74d +SHA512 (XMLRPC-Lite-0.717.tar.gz) = bce50efb0e7fec81834c1fc2cdc987aed8530b11738c713446f6c2cf2bc503f4d05411f630eb78f4e109fe89eaf9bb835e8e0f069548f19c164ba8b182ab8b24 +Size (XMLRPC-Lite-0.717.tar.gz) = 10276 bytes |