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-RTF-Tokenizer/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'textproc/p5-RTF-Tokenizer') diff --git a/textproc/p5-RTF-Tokenizer/Makefile b/textproc/p5-RTF-Tokenizer/Makefile index d6e369260563..359ea5f776a6 100644 --- a/textproc/p5-RTF-Tokenizer/Makefile +++ b/textproc/p5-RTF-Tokenizer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-RTF-Tokenizer -# Date created: Oct 15th 2003 -# Whom: clsung@dragon2.net -# +# Created by: clsung@dragon2.net # $FreeBSD$ -# PORTNAME= RTF-Tokenizer PORTVERSION= 1.13 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for reading RTF files -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= RTF::Tokenizer.3 -- cgit