# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD: head/lang/p5-List-MoreUtils/Makefile 456148 2017-12-12 13:34:11Z sunpoet $

PORTNAME=	List-MoreUtils
PORTVERSION=	0.428
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Provide the stuff missing in List::Util

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	p5-Exporter-Tiny>=0.038:devel/p5-Exporter-Tiny \
		p5-List-MoreUtils-XS>=0.426:lang/p5-List-MoreUtils-XS
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
