pkgsrc/devel/p5-PatchReader/Makefile
hiramatsu 3c60543cdb Update p5-PatchReader to 0.9.6.
Changes from previous:
0.9.6 4/11/2011
  Add tests to instantiate all modules and verify parsing of patches
  Fix POD syntax
  Fix corruption due to patched lines having a + or - as the first character
  Fix FixPatchRoot w/DOS eol patches (RT bug #35362, regression from v0.9.3)
  Attic file support for FixPatchRoot (RT bug #40467)
  Multiple file patch support (RT bug #47625)
2011-11-19 03:27:44 +00:00

17 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.11 2011/11/19 03:27:44 hiramatsu Exp $
DISTNAME= PatchReader-0.9.6
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TM/TMANNERM/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PatchReader/
COMMENT= Utilities to read and manipulate patches and CVS
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/PatchReader/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"