mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Perl module for writing RPC servers and clients.
This commit is contained in:
parent
8cff3f7833
commit
22e430c168
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26324
30
net/p5-PlRPC/Makefile
Normal file
30
net/p5-PlRPC/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-PlRPC
|
||||
# Version required: 0.2012
|
||||
# Date Created: 27 Feb 2000
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= PlRPC-0.2012
|
||||
PKGNAME= p5-PlRPC-0.2012
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= RPC
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
MAN3= Bundle::PlRPC.3 \
|
||||
RPC::PlClient.3 \
|
||||
RPC::PlServer.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-PlRPC/distinfo
Normal file
1
net/p5-PlRPC/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (PlRPC-0.2012.tar.gz) = 4597768fe4f40e96d413b27fcb2cecbd
|
1
net/p5-PlRPC/pkg-comment
Normal file
1
net/p5-PlRPC/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for writing RPC servers and clients
|
8
net/p5-PlRPC/pkg-descr
Normal file
8
net/p5-PlRPC/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
pRPC-modules (Perl RPC) is a package that simplifies the writing of
|
||||
Perl based client/server applications. RPC::pServer is the package
|
||||
used on the server side, and you guess what RPC::pClient is for.
|
||||
See the RPC::pServer(3) and RPC::pClient(3) manpages for detailed
|
||||
information.
|
||||
|
||||
-Vanilla
|
||||
vanilla@FreeBSD.ORG
|
7
net/p5-PlRPC/pkg-plist
Normal file
7
net/p5-PlRPC/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Bundle/PlRPC.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/PlClient.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/PlServer.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/PlServer/Comm.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/PlServer/Test.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC/PlServer/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC/PlServer
|
Loading…
Reference in New Issue
Block a user