pkgsrc/textproc/p5-Text-RewriteRules/Makefile
sno 3419c40e52 Updating package for p5 module Text::RewriteRules from 0.20 to 0.21
Adjusting license to ${PERL5_LICENSE}

Upstream changes:
0.21    2009, Jun 4 (17:08)
        - Mark algorithm skiping new lines.
        - Better compilation of power regexps.
        - Basic capturing for power regexps.
2009-07-08 11:15:52 +00:00

20 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/07/08 11:15:52 sno Exp $
#
DISTNAME= Text-RewriteRules-0.21
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
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/RewriteRules/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"