a8a9915062
- Updating package for p5 module Text::Diff from 0.35nb4 to 1.37 - Adding homepage and license according to META.yml - Adjusting dependency Upstream changes: 1.37 Thu 16 Jul 2009 - Switching to a production release - Switching to a 1.xx version to indicate this - Added META.yml file 1.36_01 Mon 13 Jul 2009 - Cleaning this up to pass tests - Adding author tests
22 lines
580 B
Makefile
22 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/07/18 17:17:06 sno Exp $
|
|
|
|
DISTNAME= Text-Diff-1.37
|
|
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"
|