summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim>2004-04-25 03:43:06 +0000
committerminskim <minskim>2004-04-25 03:43:06 +0000
commit83149ad8037155762a3f01c9c334f42c90b4d007 (patch)
treec05fd75b6f84ead8d6446472b3a7ce4b01533f99
parentf6da410a7ac32e810b2dd37b79a8a406183a7ad7 (diff)
downloadpkgsrc-83149ad8037155762a3f01c9c334f42c90b4d007.tar.gz
Bl3ify and enable pkgviews installation.
-rw-r--r--devel/p5-IPC-Run/Makefile6
-rw-r--r--devel/p5-IPC-ShareLite/Makefile6
-rw-r--r--devel/p5-IPC-SharedCache/Makefile6
3 files changed, 12 insertions, 6 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile
index 7c5a6e7d4ce..07f4d18e9d4 100644
--- a/devel/p5-IPC-Run/Makefile
+++ b/devel/p5-IPC-Run/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:32:34 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/25 03:44:35 minskim Exp $
DISTNAME= IPC-Run-0.74
PKGNAME= p5-${DISTNAME}
@@ -8,7 +8,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl module for interacting with child processes
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/Run/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/devel/p5-IPC-ShareLite/Makefile b/devel/p5-IPC-ShareLite/Makefile
index d854d76bcbd..a511122558c 100644
--- a/devel/p5-IPC-ShareLite/Makefile
+++ b/devel/p5-IPC-ShareLite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/31 10:01:43 he Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/25 03:43:06 minskim Exp $
#
DISTNAME= IPC-ShareLite-0.09
@@ -9,7 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Light-weight interface to shared memory
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/ShareLite/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/devel/p5-IPC-SharedCache/Makefile b/devel/p5-IPC-SharedCache/Makefile
index 29c417242e3..eb0055a1af9 100644
--- a/devel/p5-IPC-SharedCache/Makefile
+++ b/devel/p5-IPC-SharedCache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/09 12:33:00 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/25 03:44:24 minskim Exp $
#
DISTNAME= IPC-SharedCache-1.3
@@ -11,7 +11,9 @@ COMMENT= Cache data in shared memory
DEPENDS+= p5-IPC-ShareLite>=0.06:../../devel/p5-IPC-ShareLite
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/SharedCache/.packlist
.include "../../lang/perl5/module.mk"