summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Glob/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Glob/Makefile')
-rw-r--r--textproc/p5-Text-Glob/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile
index 77a0dcbabb8..34e1bc7605a 100644
--- a/textproc/p5-Text-Glob/Makefile
+++ b/textproc/p5-Text-Glob/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/06/08 19:24:38 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/09/30 11:14:55 wiz Exp $
-DISTNAME= Text-Glob-0.09
+DISTNAME= Text-Glob-0.10
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
-
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
@@ -13,6 +11,9 @@ COMMENT= Match globbing patterns against text
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Text/Glob/.packlist
+# to avoid "PaxHeader" pollution and confusion
+EXTRACT_USING= bsdtar
+USE_TOOLS+= bsdtar
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"