summaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-12 11:36:12 +0000
committerrillig <rillig@pkgsrc.org>2006-07-12 11:36:12 +0000
commiteedb01932216090bd4f3622f34b75f606a5e56a8 (patch)
tree52a0c994f10bca3b207262d70ad779ffc8428088 /devel/p5-Data-ShowTable
parentfad72dcd2c87d4740109121b57ac46da1aeac3a6 (diff)
downloadpkgsrc-eedb01932216090bd4f3622f34b75f606a5e56a8.tar.gz
Fixed the path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r--devel/p5-Data-ShowTable/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index 4831a4b1e16..6dd2153c953 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:09 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2006/07/12 11:36:12 rillig Exp $
#
DISTNAME= Data-ShowTable-3.3
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dst
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -14,6 +14,7 @@ COMMENT= Perl module to print arrays of data in nicely formatted listings
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Data/ShowTable/.packlist
+REPLACE_PERL+= showtable
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"