mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Add p5-JSON-RPC 0.96, perl implementation of JSON-RPC 1.1 protocol.
This commit is contained in:
parent
51c79cf221
commit
32eda72431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231271
@ -1494,6 +1494,7 @@
|
||||
SUBDIR += p5-Iterator-Misc
|
||||
SUBDIR += p5-Iterator-Util
|
||||
SUBDIR += p5-JQuery
|
||||
SUBDIR += p5-JSON-RPC
|
||||
SUBDIR += p5-Java
|
||||
SUBDIR += p5-Lexical-Alias
|
||||
SUBDIR += p5-Lexical-Persistence
|
||||
|
27
devel/p5-JSON-RPC/Makefile
Normal file
27
devel/p5-JSON-RPC/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: p5-JSON-RPC
|
||||
# Date created: 29 Mar 2009
|
||||
# Whom: Vadim Vatlin
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= JSON-RPC
|
||||
PORTVERSION= 0.96
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvatlin@masterhost.ru
|
||||
COMMENT= Perl implementation of JSON-RPC 1.1 protocol
|
||||
|
||||
RUN_DEPENDS= p5-CGI.pm>=2.92:${PORTSDIR}/www/p5-CGI.pm \
|
||||
p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-libwww:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= JSON::RPC.3 JSON::RPC::Server.3 JSON::RPC::Client.3 \
|
||||
JSON::RPC::Procedure.3 JSON::RPC::Server::CGI.3 JSONRPC.3 \
|
||||
JSON::RPC::Server::Daemon.3 JSON::RPC::Server::Apache2.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-JSON-RPC/distinfo
Normal file
3
devel/p5-JSON-RPC/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (JSON-RPC-0.96.tar.gz) = 3912464c3cf59b60131fd2b15400192a
|
||||
SHA256 (JSON-RPC-0.96.tar.gz) = 043624b5bd8a9eef18fd03082a1d99b45e3c5202786752a32e051590b565ba15
|
||||
SIZE (JSON-RPC-0.96.tar.gz) = 14206
|
3
devel/p5-JSON-RPC/pkg-descr
Normal file
3
devel/p5-JSON-RPC/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
JSON::RPC - Perl implementation of JSON-RPC 1.1 protocol.
|
||||
|
||||
WWW: http://search.cpan.org/dist/JSON-RPC/
|
14
devel/p5-JSON-RPC/pkg-plist
Normal file
14
devel/p5-JSON-RPC/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC/.packlist
|
||||
%%SITE_PERL%%/JSON/RPC.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Client.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Server.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Procedure.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Server/CGI.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Server/Daemon.pm
|
||||
%%SITE_PERL%%/JSON/RPC/Server/Apache2.pm
|
||||
%%SITE_PERL%%/JSONRPC.pm
|
||||
@dirrm %%SITE_PERL%%/JSON/RPC/Server
|
||||
@dirrm %%SITE_PERL%%/JSON/RPC
|
||||
@dirrmtry %%SITE_PERL%%/JSON
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
|
Loading…
Reference in New Issue
Block a user