Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-List-AllUtils / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       List-AllUtils
4 PORTVERSION=    0.09
5 PORTREVISION=   1
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     sunpoet@FreeBSD.org
11 COMMENT=        Combines List::Util and List::MoreUtils in one bite-sized package
12
13 LICENSE=        ART20
14
15 BUILD_DEPENDS=  p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17 TEST_DEPENDS=   p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings
18
19 USE_PERL5=      configure
20 USES=           perl5
21
22 .include <bsd.port.pre.mk>
23
24 .if ${PERL_LEVEL} < 502000
25 BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.31:${PORTSDIR}/lang/p5-Scalar-List-Utils
26 RUN_DEPENDS+=   p5-Scalar-List-Utils>=1.31:${PORTSDIR}/lang/p5-Scalar-List-Utils
27 .endif
28
29 .include <bsd.port.post.mk>