diff options
Diffstat (limited to 'textproc/p5-Text-DoubleMetaphone/Makefile')
-rw-r--r-- | textproc/p5-Text-DoubleMetaphone/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-DoubleMetaphone/Makefile b/textproc/p5-Text-DoubleMetaphone/Makefile index d94fc7707551..782e638cea5c 100644 --- a/textproc/p5-Text-DoubleMetaphone/Makefile +++ b/textproc/p5-Text-DoubleMetaphone/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Text-DoubleMetaphone -# Date created: 29 December 2000 -# Whom: Anton Berezin <tobez@tobez.org> -# +# Created by: Anton Berezin <tobez@tobez.org> # $FreeBSD$ -# PORTNAME= Text-DoubleMetaphone PORTVERSION= 0.07 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Phonetic encoding of words -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Text::DoubleMetaphone.3 |