summaryrefslogtreecommitdiff
path: root/devel/p5-Data-ShowTable
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-12 11:36:12 +0000
committerrillig <rillig>2006-07-12 11:36:12 +0000
commitd7882fcc926019a296069cb2ef3cc0296c807ad5 (patch)
tree52a0c994f10bca3b207262d70ad779ffc8428088 /devel/p5-Data-ShowTable
parent4d89f180c229976817075cda20749935ce1836d0 (diff)
downloadpkgsrc-d7882fcc926019a296069cb2ef3cc0296c807ad5.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"