819c665571
Upstream changes: 0.09 2019-05-10 NEILB - Set minimum Perl version in metadata. PR from MANWAR. - Clarified in the doc that the arrays must be sorted. RT#39184 0.08 2019-05-08 NEILB - First non-developer release since switching to Dist::Zilla 0.07_03 2019-05-08 NEILB - Added Array::Compare to SEE ALSO - Added List::Compare to SEE ALSO - Really just making another developer release, as PAUSE and then CPAN Testers had issues, so previous dev releases didn't get much testing. 0.07_02 2019-05-07 NEILB - Added a bunch of entries to SEE ALSO. 0.07_01 2019-05-06 NEILB - Added version dependency for Algorithm::Diff in Array/Diff.pm - Switched to Dist::Zilla
20 lines
596 B
Makefile
20 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.16 2019/09/13 08:44:18 wen Exp $
|
|
|
|
DISTNAME= Array-Diff-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Array-Diff
|
|
COMMENT= Perl 5 module to diff two arrays
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Algorithm-Diff>1.19:../../devel/p5-Algorithm-Diff
|
|
DEPENDS+= p5-Class-Accessor>0:../../devel/p5-Class-Accessor
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Array/Diff/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|