mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
p5-pRPC is the module for writing RPC servers and clients.
This commit is contained in:
parent
483a696fad
commit
7067de25f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12604
29
net/p5-pRPC/Makefile
Normal file
29
net/p5-pRPC/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-pRPC
|
||||
# Version required: 0.1005
|
||||
# Date Created: Aug 18 1998
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= pRPC-modules-0.1005
|
||||
PKGNAME= p5-pRPC-modules-0.1005
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= RPC
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.pm:${PORTSDIR}/devel/p5-Storable
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
MAN3= Bundle::pRPC-modules.3 \
|
||||
RPC::pClient.3 \
|
||||
RPC::pServer.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-pRPC/distinfo
Normal file
1
net/p5-pRPC/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pRPC-modules-0.1005.tar.gz) = 8e5a0c1c8833f424ee3382fdee97bbf5
|
1
net/p5-pRPC/pkg-comment
Normal file
1
net/p5-pRPC/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
perl module for writing RPC servers and clients.
|
8
net/p5-pRPC/pkg-descr
Normal file
8
net/p5-pRPC/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
|
5
net/p5-pRPC/pkg-plist
Normal file
5
net/p5-pRPC/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Bundle/pRPC-modules.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/pClient.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/RPC/pServer.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/RPC/pServer/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/RPC/pServer
|
Loading…
Reference in New Issue
Block a user