From 4240fc6bea860b1d7a2de8626e6946349e4e947f Mon Sep 17 00:00:00 2001
From: Andrej Zverev <az@FreeBSD.org>
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-PDF-Table/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'textproc/p5-PDF-Table')

diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile
index bde1ceaa5ab1..d5a81a3e4c96 100644
--- a/textproc/p5-PDF-Table/Makefile
+++ b/textproc/p5-PDF-Table/Makefile
@@ -13,7 +13,8 @@ COMMENT=	A utility class for building table layouts in a PDF::API2 object
 BUILD_DEPENDS=	p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.h3//}
 
-- 
cgit