aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-Diff3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Text-Diff3/Makefile')
-rw-r--r--textproc/p5-Text-Diff3/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-Diff3/Makefile b/textproc/p5-Text-Diff3/Makefile
index dd8f3365905b..efdfe3181374 100644
--- a/textproc/p5-Text-Diff3/Makefile
+++ b/textproc/p5-Text-Diff3/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Text-Diff3
-# Date created: 29 May 2006
-# Whom: Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Text-Diff3
PORTVERSION= 0.10
@@ -27,6 +23,7 @@ MAN3= Text::Diff3.3 \
Text::Diff3::Range3.3 \
Text::Diff3::Text.3
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>