diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-02-27 14:03:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-02-27 14:03:14 +0800 |
commit | 857dcd7739738cfb903aa28796e4b04c0510474b (patch) | |
tree | f2dbaccca05bd92f766db56c2a0acb89eba9d9ae /net/p5-PlRPC | |
parent | c3f3d111b202bccb29f5abb324ef1165255e9a01 (diff) | |
download | freebsd-ports-gnome-857dcd7739738cfb903aa28796e4b04c0510474b.tar.gz freebsd-ports-gnome-857dcd7739738cfb903aa28796e4b04c0510474b.tar.zst freebsd-ports-gnome-857dcd7739738cfb903aa28796e4b04c0510474b.zip |
Perl module for writing RPC servers and clients.
Diffstat (limited to 'net/p5-PlRPC')
-rw-r--r-- | net/p5-PlRPC/Makefile | 30 | ||||
-rw-r--r-- | net/p5-PlRPC/distinfo | 1 | ||||
-rw-r--r-- | net/p5-PlRPC/pkg-comment | 1 | ||||
-rw-r--r-- | net/p5-PlRPC/pkg-descr | 8 | ||||
-rw-r--r-- | net/p5-PlRPC/pkg-plist | 7 |
5 files changed, 47 insertions, 0 deletions
diff --git a/net/p5-PlRPC/Makefile b/net/p5-PlRPC/Makefile new file mode 100644 index 000000000000..c9ec88a11617 --- /dev/null +++ b/net/p5-PlRPC/Makefile @@ -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> diff --git a/net/p5-PlRPC/distinfo b/net/p5-PlRPC/distinfo new file mode 100644 index 000000000000..7479439d7ae2 --- /dev/null +++ b/net/p5-PlRPC/distinfo @@ -0,0 +1 @@ +MD5 (PlRPC-0.2012.tar.gz) = 4597768fe4f40e96d413b27fcb2cecbd diff --git a/net/p5-PlRPC/pkg-comment b/net/p5-PlRPC/pkg-comment new file mode 100644 index 000000000000..f730afde2f33 --- /dev/null +++ b/net/p5-PlRPC/pkg-comment @@ -0,0 +1 @@ +Perl module for writing RPC servers and clients diff --git a/net/p5-PlRPC/pkg-descr b/net/p5-PlRPC/pkg-descr new file mode 100644 index 000000000000..82705c9e33fe --- /dev/null +++ b/net/p5-PlRPC/pkg-descr @@ -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 diff --git a/net/p5-PlRPC/pkg-plist b/net/p5-PlRPC/pkg-plist new file mode 100644 index 000000000000..574f71287305 --- /dev/null +++ b/net/p5-PlRPC/pkg-plist @@ -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 |