- Updating package for p5 module for Text::Diff::Parser to 0.0900 - Setting license to artistic-2.0 - Split version after first 2 numbers to keep 2-digit style like before Upstream changes: 0.0900 Apr 12 2009 - Kwalitee tweaks
18 lines
537 B
Makefile
18 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/04/14 07:43:07 sno Exp $
|
|
|
|
DISTNAME= Text-Diff-Parser-0.0900
|
|
PKGNAME= p5-${DISTNAME:S/0900/09.00/}
|
|
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= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Text/Diff/Parser/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|