From bdf441a301bf87d593e86acea1f474e6232479c1 Mon Sep 17 00:00:00 2001 From: az Date: Wed, 31 Jul 2013 11:56:17 +0000 Subject: - Convert to new perl framework - Trim Makefile header --- ftp/paraget/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'ftp/paraget') diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index 6aeabe81a4e9..ea6efc3c2169 100644 --- a/ftp/paraget/Makefile +++ b/ftp/paraget/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: paraget -# Date created: Apr 18, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= paraget PORTVERSION= 0.3.0 @@ -20,7 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= paraget.1 -- cgit