summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Dumper
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 07:10:59 +0000
commit18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (patch)
treefd4f0178e134e50e9dc8acc6e016d62c645457cf /devel/p5-Data-Dumper
parent81bbfb25563e0e7d2f441eff32793eb50b7549e4 (diff)
downloadpkgsrc-18cba9d7fa4ef20bc11b28b998233dddeb7ae32d.tar.gz
Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Diffstat (limited to 'devel/p5-Data-Dumper')
-rw-r--r--devel/p5-Data-Dumper/Makefile19
-rw-r--r--devel/p5-Data-Dumper/pkg/PLIST1
-rw-r--r--devel/p5-Data-Dumper/pkg/PLIST-md.shared4
-rw-r--r--devel/p5-Data-Dumper/pkg/PLIST-md.static4
4 files changed, 11 insertions, 17 deletions
diff --git a/devel/p5-Data-Dumper/Makefile b/devel/p5-Data-Dumper/Makefile
index e19276f702e..e0e017ca34b 100644
--- a/devel/p5-Data-Dumper/Makefile
+++ b/devel/p5-Data-Dumper/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.10 2000/03/28 16:36:31 tron Exp $
+# $NetBSD: Makefile,v 1.11 2000/08/27 07:11:02 jlam Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:11 jfitz Exp
-DISTNAME= Data-Dumper-2.101
-PKGNAME= p5-Data-Dumper-2.101
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+DISTNAME= Data-Dumper-2.101
+PKGNAME= p5-Data-Dumper-2.101
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Data-Dumper/Dumper.html
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Data-Dumper/Dumper.html
-USE_PERL5= yes
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Data/Dumper/.packlist
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Data-Dumper/pkg/PLIST b/devel/p5-Data-Dumper/pkg/PLIST
new file mode 100644
index 00000000000..c139d728f94
--- /dev/null
+++ b/devel/p5-Data-Dumper/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.3 2000/08/27 07:11:02 jlam Exp $
diff --git a/devel/p5-Data-Dumper/pkg/PLIST-md.shared b/devel/p5-Data-Dumper/pkg/PLIST-md.shared
deleted file mode 100644
index d85c919a9c0..00000000000
--- a/devel/p5-Data-Dumper/pkg/PLIST-md.shared
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST-md.shared,v 1.3 1999/04/08 18:51:49 agc Exp $
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/Dumper.bs
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/Dumper.so
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper
diff --git a/devel/p5-Data-Dumper/pkg/PLIST-md.static b/devel/p5-Data-Dumper/pkg/PLIST-md.static
deleted file mode 100644
index dbea512d289..00000000000
--- a/devel/p5-Data-Dumper/pkg/PLIST-md.static
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST-md.static,v 1.3 1999/04/08 18:51:50 agc Exp $
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/Dumper.a
-lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper/extralibs.ld
-@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Data/Dumper