pkgsrc/textproc/p5-Text-RewriteRules/Makefile
seb ad4617dea5 Initial import of p5-Text-RewriteRules version 0.10 into the NetBSD Packages
Collection.

The Perl 5 module Text::RewriteRules uses a simplified syntax for
regexp-based rules for rewriting text. You define a set of rules,
and the system applies them until no more rule can be applied
2007-03-01 00:25:14 +00:00

17 lines
491 B
Makefile

# $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"