Changes from previous: 1.41 Sun 17 Apr 2011 - Add Text::Dif::Config to MANIFEST. 1.40 Sat 16 Apr 2011 - Added DIFF_OUTPUT_UNICODE env variable to allow outputting unicode characters. Thanks to Shlomi Fish for the patch.
22 lines
586 B
Makefile
22 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.16 2011/10/18 09:45:05 hiramatsu Exp $
|
|
|
|
DISTNAME= Text-Diff-1.41
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= High-level text diffing module for Perl
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Diff/
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Algorithm-Diff>=1.19:../../devel/p5-Algorithm-Diff
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Text/Diff/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|