pkgsrc/devel/p5-List-AllUtils/Makefile
wiz f9b88d940b p5-List-AllUtils: update to 0.18.
0.18    2020-09-05

- Switched to GitHub Issues.


0.17    2020-09-05

- Fix pod formatting errors that hid some function documentation. Fixed by
  Olaf Alders. GH #10.
2020-09-07 06:56:23 +00:00

21 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.25 2020/09/07 06:56:23 wiz Exp $
DISTNAME= List-AllUtils-0.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=List/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"