diff options
Diffstat (limited to 'devel/p5-Data-Dumper-Concise/Makefile')
-rw-r--r-- | devel/p5-Data-Dumper-Concise/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Data-Dumper-Concise/Makefile b/devel/p5-Data-Dumper-Concise/Makefile index 6c4c1a2a3cf0..0432c323518f 100644 --- a/devel/p5-Data-Dumper-Concise/Makefile +++ b/devel/p5-Data-Dumper-Concise/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Dumper-Concise -# Date created: 2009-11-24 -# Whom: Christopher Key <cjk32@cam.ac.uk> -# +# Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -# PORTNAME= Data-Dumper-Concise PORTVERSION= 2.020 @@ -31,7 +27,8 @@ BUILD_DEPENDS+= p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames RUN_DEPENDS+= p5-Devel-ArgNames>=0.03:${PORTSDIR}/devel/p5-Devel-ArgNames .endif -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Dumper::Concise.3 \ Data::Dumper::Concise::Sugar.3 \ |