pkgsrc/devel/p5-List-AllUtils/Makefile
wen 9c6af5399d Update to 0.15
Upstream changes:
0.15    2018-12-10

- Require List::UtilsBy 0.11 and include the docs from that version.

- Require List::SomeUtils 0.56 and include the docs from that version.
2018-12-16 06:40:19 +00:00

21 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.20 2018/12/16 06:40:19 wen Exp $
DISTNAME= List-AllUtils-0.15
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.56:../../devel/p5-List-SomeUtils
DEPENDS+= p5-List-UtilsBy>=0.11:../../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"