diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-02-27 06:03:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-02-27 06:03:14 +0000 |
commit | 22e430c168d00b18d23271c59e3cd6c66e13c8c6 (patch) | |
tree | 9186aea69118bb658642436a6011d892b4c37d87 /net/p5-PlRPC | |
parent | 8cff3f783315ad1711df62db4c1c7c5679dbfc2d (diff) | |
download | ports-22e430c168d00b18d23271c59e3cd6c66e13c8c6.tar.gz ports-22e430c168d00b18d23271c59e3cd6c66e13c8c6.zip |
Notes
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 |