diff options
Diffstat (limited to 'devel/p5-List-AllUtils/Makefile')
-rw-r--r-- | devel/p5-List-AllUtils/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-List-AllUtils/Makefile b/devel/p5-List-AllUtils/Makefile index 2cc4f3b53c24..81cf791591ba 100644 --- a/devel/p5-List-AllUtils/Makefile +++ b/devel/p5-List-AllUtils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-List-AllUtils -# Date created: 2011-02-16 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= List-AllUtils PORTVERSION= 0.03 @@ -17,7 +13,8 @@ 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 +USES= perl5 +USE_PERL5= configure MAN3= List::AllUtils.3 |