blob: 2cc4f3b53c24772f7ee6c974281d3c6ec000332c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Combines List::Util and List::MoreUtils in one bite-sized package
BUILD_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils
RUN_DEPENDS= p5-List-MoreUtils>=0.28:${PORTSDIR}/lang/p5-List-MoreUtils
PERL_CONFIGURE= yes
MAN3= List::AllUtils.3
.include <bsd.port.mk>
|