7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
19 lines
538 B
Makefile
19 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:07 jlam Exp $
|
|
|
|
DISTNAME= Algorithm-Diff-1.1901
|
|
PKGNAME= p5-${DISTNAME:S/1901/19.01/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Algorithm-Diff/
|
|
COMMENT= Perl module for diffing similar to diff(1)
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Algorithm/Diff/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|