pkgsrc/devel/p5-List-AllUtils/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

21 lines
681 B
Makefile

# $NetBSD: Makefile,v 1.12 2015/06/12 10:49:22 wiz Exp $
DISTNAME= List-AllUtils-0.09
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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::MoreUtils
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-List-MoreUtils>=0.28:../../devel/p5-List-MoreUtils
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"