summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Glob/Makefile
diff options
context:
space:
mode:
authorobache <obache>2006-11-07 14:53:10 +0000
committerobache <obache>2006-11-07 14:53:10 +0000
commit3c5e5d6fe587384e79105bded6b427415021afda (patch)
tree490c4e7447827f0a354543ecdafa1ebfa4a40d06 /textproc/p5-Text-Glob/Makefile
parent534394aff5444c08b5156b27882128cc9c2728bb (diff)
downloadpkgsrc-3c5e5d6fe587384e79105bded6b427415021afda.tar.gz
Update p5-Text-Glob to 0.07.
Patch provided by Martin Wilke via PR 34416. Changes: 0.07 Friday 14th July, 2006 Explictly quote @ and %. Though they don't really need it to work normally, it's needed for when you roundtrip the regex back into text (like File::Find::Rule does).
Diffstat (limited to 'textproc/p5-Text-Glob/Makefile')
-rw-r--r--textproc/p5-Text-Glob/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile
index 3eeac5157dd..6b99a0e4e42 100644
--- a/textproc/p5-Text-Glob/Makefile
+++ b/textproc/p5-Text-Glob/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:33 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2006/11/07 14:53:10 obache Exp $
-DISTNAME= Text-Glob-0.06
+DISTNAME= Text-Glob-0.07
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tgl
-PKGREVISION= 1
+
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}