pkgsrc/devel/p5-Regexp-Parser/Makefile
hiramatsu 645f889fe7 Update p5-Regexp-Parser to 0.21.
Changes from previous:
  0.21    -- Todd Rinaldo May 28, 2011
   - CPAN Testers looks good. Releasing to stable. No changes other than version.

  0.20_01 -- Todd Rinaldo - May 24, 2011
   - RT 42096 - Fix warning emissions in perl 5.10+ (Variable "$nest" is not available...)
   - RT 66848 - Fix test failures in perl 5.14 by converting t/02subclass.t to Test::More
2011-11-25 08:15:48 +00:00

19 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/11/25 08:15:48 hiramatsu Exp $
#
DISTNAME= Regexp-Parser-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Regexp-Parser/
COMMENT= Perl 5 base class for parsing regexes
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Regexp/Parser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"