diff options
author | adam <adam> | 2011-08-12 06:37:04 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-12 06:37:04 +0000 |
commit | 69697de30301117ffb0245496463573fda62ee21 (patch) | |
tree | f50c29a2336af4207acde4e3b3c15190ea9c5096 /devel | |
parent | c3cf00bf81f1df3ddf45caa101909b7f563ff223 (diff) | |
download | pkgsrc-69697de30301117ffb0245496463573fda62ee21.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Data-ShowTable/Makefile | 23 |
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" |