pkgsrc/textproc/p5-Text-Diff-Parser/Makefile
wiz 3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

19 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/10/03 21:58:02 wiz Exp $
DISTNAME= Text-Diff-Parser-0.1001
PKGNAME= p5-${DISTNAME:S/1001/10.01/}
PKGREVISION= 3
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Diff-Parser/
COMMENT= Parse patch files containing unified and standard diffs
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Text/Diff/Parser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"