From bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13 Mon Sep 17 00:00:00 2001 From: az Date: Wed, 11 Sep 2013 06:49:58 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- textproc/p5-XML-Compile-Dumper/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'textproc/p5-XML-Compile-Dumper') diff --git a/textproc/p5-XML-Compile-Dumper/Makefile b/textproc/p5-XML-Compile-Dumper/Makefile index 375f2de6d951..5e43193ee0ec 100644 --- a/textproc/p5-XML-Compile-Dumper/Makefile +++ b/textproc/p5-XML-Compile-Dumper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-Compile-Dumper -# Date created: 2010-11-23 -# Whom: Patrick Powell -# +# Created by: Patrick Powell # $FreeBSD$ -# PORTNAME= XML-Compile-Dumper PORTVERSION= 0.13 @@ -23,7 +19,8 @@ BUILD_DEPENDS= p5-Data-Dump-Streamer>=2.08:${PORTSDIR}/devel/p5-Data-Dump-Stream p5-XML-LibXML-Simple>=0.13:${PORTSDIR}/textproc/p5-XML-LibXML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= XML::Compile::Dumper.3 -- cgit