diff options
Diffstat (limited to 'devel/p5-Iterator-Util/Makefile')
-rw-r--r-- | devel/p5-Iterator-Util/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Iterator-Util/Makefile b/devel/p5-Iterator-Util/Makefile index 03064d97ebb9..eaec8965b099 100644 --- a/devel/p5-Iterator-Util/Makefile +++ b/devel/p5-Iterator-Util/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Iterator-Util -# Date created: 18 Feb 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Iterator-Util PORTVERSION= 0.02 @@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Iterator::Util.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |