pkgsrc/textproc/p5-Text-RewriteRules/Makefile
sno 54b3dcc201 pkgsrc changes:
- Updating package for p5 module Text::RewriteRules from 0.18 to 0.20
  - Setting gnu-gpl-v2 as license

Upstream changes:
0.20    2009, May 15 (21:13)
   - Added parenthesized expressions (parenthesis, brackets and curly braces);
   - Fixed XML regular expression (both empty tags and balanceness)

0.19    2009, May 13 (11:52)
   - Added support for XML automagical tags [[:XML:]] and [[:XML(tag):]];
   - Added variable +{TAG} when using [[:XML:]];
   - Compile function removes 'use Text::RewriteRules;'
2009-05-21 13:25:17 +00:00

20 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/05/21 13:25:17 sno Exp $
#
DISTNAME= Text-RewriteRules-0.20
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= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/RewriteRules/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"