From f47f83f9c8923b3b0f740482331aab0d0aa669e9 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 2 Aug 2013 18:52:07 +0000 Subject: - Convert to new perl framework - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. --- textproc/p5-MathML-Entities/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'textproc/p5-MathML-Entities') diff --git a/textproc/p5-MathML-Entities/Makefile b/textproc/p5-MathML-Entities/Makefile index 2cee52be22f5..872186b73f84 100644 --- a/textproc/p5-MathML-Entities/Makefile +++ b/textproc/p5-MathML-Entities/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-MathML-Entities -# Date created: 25 May 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= MathML-Entities PORTVERSION= 0.17 @@ -18,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} MAN3= MathML::Entities.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include -- cgit