1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Are you sick of trying to remember whether a particular helper is

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>
This commit is contained in:
Martin Wilke 2011-03-09 16:43:08 +00:00
parent bf30440eae
commit 562008b7b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270564
5 changed files with 44 additions and 0 deletions

View File

@ -1844,6 +1844,7 @@
SUBDIR += p5-Lexical-Alias
SUBDIR += p5-Lexical-Persistence
SUBDIR += p5-Lingua-JA-Fold
SUBDIR += p5-List-AllUtils
SUBDIR += p5-List-Cycle
SUBDIR += p5-List-Group
SUBDIR += p5-List-Permutor

View File

@ -0,0 +1,29 @@
# 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>

View File

@ -0,0 +1,2 @@
SHA256 (List-AllUtils-0.02.tar.gz) = 5d7e231c80a78f36ea31f1698e0e7abda4ab66858574cebc9fe905aecad073d2
SIZE (List-AllUtils-0.02.tar.gz) = 11123

View File

@ -0,0 +1,6 @@
Are you sick of trying to remember whether a particular helper is
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/

View File

@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils/.packlist
%%SITE_PERL%%/List/AllUtils.pm
@dirrmtry %%SITE_PERL%%/List
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/AllUtils
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List