diff options
Diffstat (limited to 'devel/p5-File-Slurp-Tree/Makefile')
-rw-r--r-- | devel/p5-File-Slurp-Tree/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-File-Slurp-Tree/Makefile b/devel/p5-File-Slurp-Tree/Makefile index 968b65ac314f..e0e02f9f1dc2 100644 --- a/devel/p5-File-Slurp-Tree/Makefile +++ b/devel/p5-File-Slurp-Tree/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Slurp-Tree -# Date created: 2006-07-15 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= File-Slurp-Tree PORTVERSION= 1.24 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Slurp::Tree.3 |