summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RewriteRules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-RewriteRules/Makefile')
-rw-r--r--textproc/p5-Text-RewriteRules/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/p5-Text-RewriteRules/Makefile b/textproc/p5-Text-RewriteRules/Makefile
new file mode 100644
index 00000000000..2d884652e42
--- /dev/null
+++ b/textproc/p5-Text-RewriteRules/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/01 00:25:14 seb Exp $
+#
+
+DISTNAME= Text-RewriteRules-0.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Text-RewriteRules/
+COMMENT= Perl 5 module to rewrite text using regexp-based rules
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Text/RewriteRules/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"