aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-ShareLite
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-06-04 17:37:16 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-06-04 17:37:16 +0000
commit5f538ac4c2a173a4bcb573214ec03998c5ce396d (patch)
tree8119518f26c7e481c4682f9b3a30638ccc65c614 /devel/p5-IPC-ShareLite
parent3194d89049b15e00cd419f5ea78e74fa28bfeb5b (diff)
downloadports-5f538ac4c2a173a4bcb573214ec03998c5ce396d.tar.gz
ports-5f538ac4c2a173a4bcb573214ec03998c5ce396d.zip
Notes
Diffstat (limited to 'devel/p5-IPC-ShareLite')
-rw-r--r--devel/p5-IPC-ShareLite/Makefile5
-rw-r--r--devel/p5-IPC-ShareLite/distinfo2
-rw-r--r--devel/p5-IPC-ShareLite/pkg-descr9
-rw-r--r--devel/p5-IPC-ShareLite/pkg-plist16
4 files changed, 16 insertions, 16 deletions
diff --git a/devel/p5-IPC-ShareLite/Makefile b/devel/p5-IPC-ShareLite/Makefile
index 991677f748b8..f52777523a0c 100644
--- a/devel/p5-IPC-ShareLite/Makefile
+++ b/devel/p5-IPC-ShareLite/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= IPC-ShareLite
-PORTVERSION= 0.08
+PORTVERSION= 0.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= m@absolight.net
COMMENT= A simple interface to access shared memory
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= IPC::ShareLite.3
.include <bsd.port.mk>
diff --git a/devel/p5-IPC-ShareLite/distinfo b/devel/p5-IPC-ShareLite/distinfo
index 3f2dd47386d9..1e699f60105a 100644
--- a/devel/p5-IPC-ShareLite/distinfo
+++ b/devel/p5-IPC-ShareLite/distinfo
@@ -1 +1 @@
-MD5 (IPC-ShareLite-0.08.tar.gz) = 2c908d8b733faa0426acb513e5319bf7
+MD5 (IPC-ShareLite-0.09.tar.gz) = 3942a55cfc5e6d3b612a46cc1a9515b9
diff --git a/devel/p5-IPC-ShareLite/pkg-descr b/devel/p5-IPC-ShareLite/pkg-descr
index f99ac623e59f..89a35f725772 100644
--- a/devel/p5-IPC-ShareLite/pkg-descr
+++ b/devel/p5-IPC-ShareLite/pkg-descr
@@ -1,4 +1,5 @@
-PC::ShareLite provides a simple interface to shared memory, allowing
-data to be efficiently communicated between processes. Your operating
-system must support SysV IPC (shared memory and semaphores) in order to
-use this module.
+IPC::ShareLite provides a simple interface to shared memory, allowing data to
+be efficiently communicated between processes. Your operating system must
+support SysV IPC (shared memory and semaphores) in order to use this module.
+
+WWW: http://search.cpan.org/dist/IPC-ShareLite
diff --git a/devel/p5-IPC-ShareLite/pkg-plist b/devel/p5-IPC-ShareLite/pkg-plist
index 0a1fa4e6c7f1..b051b22b9ad6 100644
--- a/devel/p5-IPC-ShareLite/pkg-plist
+++ b/devel/p5-IPC-ShareLite/pkg-plist
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPC/ShareLite.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/autosplit.ix
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPC 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/IPC/ShareLite.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite/autosplit.ix
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/ShareLite
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/IPC 2>/dev/null || true