aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:28:39 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-01 06:28:39 +0000
commit8a65cfb4ed1fe708de7338e716a467b1401ebeac (patch)
tree4e50943aef213b298d0fad825beb8ea125775e19 /net
parent635c9b3bdd6fb690ed009722a4d21d2e4f4eb3fc (diff)
downloadports-8a65cfb4ed1fe708de7338e716a467b1401ebeac.tar.gz
ports-8a65cfb4ed1fe708de7338e716a467b1401ebeac.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/p5-pRPC/Makefile29
-rw-r--r--net/p5-pRPC/distinfo1
-rw-r--r--net/p5-pRPC/pkg-comment1
-rw-r--r--net/p5-pRPC/pkg-descr8
-rw-r--r--net/p5-pRPC/pkg-plist8
5 files changed, 0 insertions, 47 deletions
diff --git a/net/p5-pRPC/Makefile b/net/p5-pRPC/Makefile
deleted file mode 100644
index eaab93e2b365..000000000000
--- a/net/p5-pRPC/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: p5-pRPC
-# Date Created: Aug 18 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pRPC-modules
-PORTVERSION= 0.1005
-CATEGORIES= net perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= RPC
-PKGNAMEPREFIX= p5-
-
-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} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include <bsd.port.mk>
diff --git a/net/p5-pRPC/distinfo b/net/p5-pRPC/distinfo
deleted file mode 100644
index bfab41ba055b..000000000000
--- a/net/p5-pRPC/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pRPC-modules-0.1005.tar.gz) = 8e5a0c1c8833f424ee3382fdee97bbf5
diff --git a/net/p5-pRPC/pkg-comment b/net/p5-pRPC/pkg-comment
deleted file mode 100644
index f730afde2f33..000000000000
--- a/net/p5-pRPC/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl module for writing RPC servers and clients
diff --git a/net/p5-pRPC/pkg-descr b/net/p5-pRPC/pkg-descr
deleted file mode 100644
index 82705c9e33fe..000000000000
--- a/net/p5-pRPC/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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-pRPC/pkg-plist b/net/p5-pRPC/pkg-plist
deleted file mode 100644
index 85bcca2fc76c..000000000000
--- a/net/p5-pRPC/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-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%%/%%PERL_ARCH%%/auto/RPC/pServer/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC/pServer
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/RPC 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RPC 2>/dev/null || true