summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2011-08-12 06:37:04 +0000
committeradam <adam>2011-08-12 06:37:04 +0000
commitb2713883051771524cfc9f3a159f81e29c2b357f (patch)
treef50c29a2336af4207acde4e3b3c15190ea9c5096
parentb32205226cf532a101098388618ecb634bf9a93e (diff)
downloadpkgsrc-b2713883051771524cfc9f3a159f81e29c2b357f.tar.gz
Revision bump after updating perl to 5.14.1
-rw-r--r--devel/p5-Data-ShowTable/Makefile23
1 files changed, 12 insertions, 11 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile
index 1b257ac1dd1..1fb8b6374f3 100644
--- a/devel/p5-Data-ShowTable/Makefile
+++ b/devel/p5-Data-ShowTable/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.17 2010/08/21 16:33:31 seb Exp $
-#
+# $NetBSD: Makefile,v 1.18 2011/08/12 06:37:04 adam Exp $
-DISTNAME= Data-ShowTable-3.3
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
-SVR4_PKGNAME= p5dst
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+DISTNAME= Data-ShowTable-3.3
+PKGNAME= p5-${DISTNAME}
+PKGREVISION= 7
+SVR4_PKGNAME= p5dst
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
-MAINTAINER= bad@NetBSD.org
-COMMENT= Perl module to print arrays of data in nicely formatted listings
+MAINTAINER= bad@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Data-ShowTable/
+COMMENT= Perl module to print arrays of data in nicely formatted listings
+LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -18,7 +19,7 @@ PERL5_PACKLIST= auto/Data/ShowTable/.packlist
REPLACE_PERL+= showtable
pre-configure:
- ${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
+ ${FIND} ${WRKSRC} -name "*.orig" -type f -exec ${RM} {} \;
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"