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/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile
new file mode 100644
index 00000000000..f3d0928a8e0
--- /dev/null
+++ b/textproc/p5-Text-Glob/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $
+
+DISTNAME= Text-Glob-0.06
+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= ${PERL5_SITEARCH}/auto/Text/Glob/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"