pkgsrc/textproc/p5-Text-Glob/Makefile
obache 5cb9048b2d 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).
2006-11-07 14:53:10 +00:00

19 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/11/07 14:53:10 obache Exp $
DISTNAME= Text-Glob-0.07
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tgl
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Text-Glob/
COMMENT= Match globbing patterns against text
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Text/Glob/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"