From e0446068231b513e183e383ab20bfa34e009f152 Mon Sep 17 00:00:00 2001 From: az Date: Sun, 8 Sep 2013 13:59:48 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- devel/p5-ZML/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'devel/p5-ZML') diff --git a/devel/p5-ZML/Makefile b/devel/p5-ZML/Makefile index 1b3891ddd7ba..225c37fb2a04 100644 --- a/devel/p5-ZML/Makefile +++ b/devel/p5-ZML/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-ZML -# Date created: 2008-05-12 -# Whom: Zane C, Bowers -# +# Created by: Zane C, Bowers # $FreeBSD$ -# PORTNAME= ZML PORTVERSION= 1.0.0 @@ -18,7 +14,8 @@ COMMENT= A simple, fast, and easy to read binary data storage format BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper RUN_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= ZML.3 -- cgit