1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/p5-List-AllUtils/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

25 lines
542 B
Makefile

# $FreeBSD$
PORTNAME= List-AllUtils
PORTVERSION= 0.14
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
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-List-SomeUtils>=0.50:devel/p5-List-SomeUtils \
p5-List-UtilsBy>=0.10:devel/p5-List-UtilsBy \
p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>