5a3f99b03c
1.19_03 2014-11-25 - Fix documentation typos (RT 84981) contributed by dsteinbrunner - add -w and -i switches to diffnew.pl (RT 69945) contributed by Brian.Eschner - Remove Algorithm::DiffOld from the index The module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld.
18 lines
531 B
Makefile
18 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/11/26 12:10:35 wiz Exp $
|
|
|
|
DISTNAME= Algorithm-Diff-1.1903
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Algorithm-Diff/
|
|
COMMENT= Perl module for diffing similar to diff(1)
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
REPLACE_PERL+= cdiff.pl diff.pl diffnew.pl htmldiff.pl
|
|
PERL5_PACKLIST= auto/Algorithm/Diff/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|