pkgsrc/devel/p5-Algorithm-Diff/Makefile

19 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.26 2017/06/05 14:22:33 ryoon Exp $
DISTNAME= Algorithm-Diff-1.1903
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
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"