# $FreeBSD: head/devel/p5-List-AllUtils/Makefile 412346 2016-04-01 14:00:51Z mat $ PORTNAME= List-AllUtils PORTVERSION= 0.09 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package LICENSE= ART20 BUILD_DEPENDS= p5-List-MoreUtils>=0.28:lang/p5-List-MoreUtils RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Warnings>=0:devel/p5-Test-Warnings USE_PERL5= configure USES= perl5 .include .if ${PERL_LEVEL} < 502000 BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils RUN_DEPENDS+= p5-Scalar-List-Utils>=1.31:lang/p5-Scalar-List-Utils .endif .include