pkgsrc/devel/p5-List-MoreUtils/Makefile
wiz 56b15c3897 p5-List-MoreUtils: update to 0.428.
0.428	2017-12-11
    - release 0.427_001 without further changes

0.427_001	2017-11-06
    - fix Issue#22 (Upgrading from LMU 0.416 to split XS/PP version will fail)
      reported by Graham Knop (haarg), this time hopefully the right way,
      repeated in RT#123310.
    - fix Issue#29 (pairwise() PP implementation add tail undefs if arrays
      sizes differs) reported by 0x62ash
2017-12-30 13:53:07 +00:00

20 lines
669 B
Makefile

# $NetBSD: Makefile,v 1.35 2017/12/30 13:53:07 wiz Exp $
DISTNAME= List-MoreUtils-0.428
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=../../authors/id/V/VP/VPARSEVAL/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/List-MoreUtils/
COMMENT= Provide the stuff missing in List::Util
LICENSE= apache-2.0
DEPENDS+= p5-Exporter-Tiny-[0-9]*:../../devel/p5-Exporter-Tiny
DEPENDS+= p5-List-MoreUtils-XS>=0.423:../../devel/p5-List-MoreUtils-XS
PERL5_PACKLIST= auto/List/MoreUtils/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"