pkgsrc/devel/p5-List-AllUtils/Makefile
wiz d0fa50e0ea Updated p5-List-AllUtils to 0.14.
0.14    2017-02-07

- Re-release after git pull of some changes.


0.13    2017-02-07

- The docs for the subs from List::UtilsBy were repeated twice. Reported by
  Andy Lester. RT #120123.
2017-02-10 07:01:23 +00:00

21 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.17 2017/02/10 07:01:23 wiz Exp $
DISTNAME= List-AllUtils-0.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/List-AllUtils/
COMMENT= Combines List::Util and List::SomeUtils
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-List-SomeUtils>=0.28:../../devel/p5-List-SomeUtils
DEPENDS+= p5-List-UtilsBy>=0.10:../../devel/p5-List-UtilsBy
DEPENDS+= p5-Scalar-List-Utils>=1.31:../../devel/p5-Scalar-List-Utils
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
PERL5_PACKLIST= auto/List/AllUtils/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"