562008b7b8
defined in List::Util or List::MoreUtils? I sure am. Now you don't have to remember. This module will export all of the functions that either of those two modules defines. WWW: http://search.cpan.org/dist/List-AllUtils/ PR: ports/154810 Submitted by: Gea-Suan Lin <gslin at gslin.org>
29 lines
638 B
Makefile
29 lines
638 B
Makefile
# New ports collection makefile for: p5-List-AllUtils
|
|
# Date created: 2011-02-16
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= List-AllUtils
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package
|
|
|
|
RUN_DEPENDS= p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= List::AllUtils.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500905
|
|
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|