dddeb75a9c
This module do diff two arrays, and return added and deleted arrays. It's simple usage of Algorithm::Diff. And if you need more complex array tools, check Array::Compare.
22 lines
606 B
Makefile
22 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 00:21:48 he Exp $
|
|
#
|
|
|
|
DISTNAME= Array-Diff-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Array-Diff/
|
|
COMMENT= Perl 5 module to diff two arrays
|
|
|
|
DEPENDS+= p5-Algorithm-Diff>0:../../devel/p5-Algorithm-Diff
|
|
DEPENDS+= p5-Class-Accessor>0:../../devel/p5-Class-Accessor
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Array/Diff/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|